1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 23:44:39 +00:00
matdoesdev/.vscode/settings.json
mat 27b5fa5b3f
mdsvx (#1)
Use mdsvex for rendering blog posts instead of marked.
2022-06-27 22:37:20 -05:00

8 lines
212 B
JSON

{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"files.associations": { "*.svx": "markdown" }
}