2022-11-29 19:32:57 +00:00
|
|
|
{
|
|
|
|
"files.eol": "\n",
|
|
|
|
"eslint.autoFixOnSave": true,
|
|
|
|
"editor.bracketPairColorization.enabled": true,
|
|
|
|
"editor.guides.bracketPairs": true,
|
2024-08-19 10:38:17 +00:00
|
|
|
"editor.formatOnSave": false,
|
|
|
|
"editor.defaultFormatter": null,
|
2024-07-17 01:02:31 +00:00
|
|
|
"editor.codeActionsOnSave": ["source.fixAll.eslint"],
|
2024-08-19 10:38:17 +00:00
|
|
|
"eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"],
|
|
|
|
"[sql]": {
|
|
|
|
"editor.formatOnSave": true
|
|
|
|
}
|
2024-07-17 00:17:22 +00:00
|
|
|
}
|