mirror of
https://github.com/garraflavatra/rolens.git
synced 2024-11-22 10:25:48 +01:00
19 lines
361 B
JSON
19 lines
361 B
JSON
|
{
|
||
|
"editor.tabSize": 2,
|
||
|
|
||
|
"[go]": {
|
||
|
"editor.insertSpaces": false,
|
||
|
"editor.tabSize": 4,
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.organizeImports": true
|
||
|
},
|
||
|
"editor.suggest.snippetsPreventQuickSuggestions": false
|
||
|
},
|
||
|
|
||
|
"[css]": {
|
||
|
"editor.suggest.insertMode": "replace",
|
||
|
"editor.tabSize": 2
|
||
|
}
|
||
|
}
|