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

9 lines
203 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": {
2023-12-26 21:11:07 +01:00
"source.fixAll": "explicit"
2023-01-02 15:23:16 +01:00
}
}