salix-front/.vscode/settings.json

9 lines
222 B
JSON
Raw Normal View History

2022-02-24 15:28:40 +00:00
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"files.eol": "\n",
2022-02-25 12:12:14 +00:00
"editor.tabSize": 4,
2022-02-24 15:28:40 +00:00
}