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
|
|
|
}
|