8 lines
274 B
JSON
8 lines
274 B
JSON
{
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"[python]": { "editor.defaultFormatter": "charliermarsh.ruff" },
|
|
"[typst]": { "editor.defaultFormatter": "myriad-dreamin.tinymist" },
|
|
|
|
"tinymist.formatterProseWrap": true,
|
|
"tinymist.formatterPrintWidth": 80
|
|
}
|