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

26 lines
522 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
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
}