Configure formatting

This commit is contained in:
Joscha 2025-08-02 16:29:28 +02:00
parent 819784fd67
commit 20b90393aa
3 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,8 @@
{
"tinymist.exportTarget": "html"
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[python]": { "editor.defaultFormatter": "charliermarsh.ruff" },
"[typst]": { "editor.defaultFormatter": "myriad-dreamin.tinymist" },
"tinymist.formatterProseWrap": true,
"tinymist.formatterPrintWidth": 80
}