1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2024-11-22 10:25:48 +01:00
rolens/.vscode/settings.json

19 lines
361 B
JSON
Raw Normal View History

2023-01-10 17:28:27 +01:00
{
"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
}
}