2023-01-10 16:28:27 +00:00
|
|
|
{
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
|
|
|
|
"[go]": {
|
|
|
|
"editor.insertSpaces": false,
|
|
|
|
"editor.tabSize": 4,
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.codeActionsOnSave": {
|
2023-12-22 12:30:03 +00:00
|
|
|
"source.organizeImports": "explicit"
|
2023-01-10 16:28:27 +00:00
|
|
|
},
|
|
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false
|
|
|
|
},
|
|
|
|
|
|
|
|
"[css]": {
|
|
|
|
"editor.suggest.insertMode": "replace",
|
|
|
|
"editor.tabSize": 2
|
2023-06-11 07:27:57 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"eslint.format.enable": true,
|
|
|
|
"eslint.lintTask.enable": true,
|
|
|
|
"eslint.lintTask.options": "frontend",
|
|
|
|
"eslint.workingDirectories": [
|
|
|
|
"frontend"
|
|
|
|
]
|
2023-01-10 16:28:27 +00:00
|
|
|
}
|