markdownlint-rule-relative-.../.vscode/settings.json
2023-01-02 15:23:16 +01:00

9 lines
197 B
JSON

{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.configPath": ".prettierrc.json",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
}
}