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