markdownlint-rule-relative-.../.vscode/settings.json

9 lines
197 B
JSON
Raw Normal View History

2023-01-02 15:23:16 +01:00
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.configPath": ".prettierrc.json",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
}
}