mirror of
https://github.com/garraflavatra/rolens.git
synced 2024-11-21 22:18:59 +01:00
26 lines
528 B
JSON
26 lines
528 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
|
|
"[go]": {
|
|
"editor.insertSpaces": false,
|
|
"editor.tabSize": 4,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false
|
|
},
|
|
|
|
"[css]": {
|
|
"editor.suggest.insertMode": "replace",
|
|
"editor.tabSize": 2
|
|
},
|
|
|
|
"eslint.format.enable": true,
|
|
"eslint.lintTask.enable": true,
|
|
"eslint.lintTask.options": "frontend",
|
|
"eslint.workingDirectories": [
|
|
"frontend"
|
|
]
|
|
}
|