Configure formatting
This commit is contained in:
parent
819784fd67
commit
20b90393aa
3 changed files with 14 additions and 1 deletions
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue