mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2024-11-04 18:21:31 +01:00
9 lines
197 B
JSON
9 lines
197 B
JSON
|
{
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||
|
"prettier.configPath": ".prettierrc.json",
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.fixAll": true
|
||
|
}
|
||
|
}
|