1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-01-19 05:27:57 +00:00
rolens/.vscode/settings.json

26 lines
522 B
JSON
Raw Permalink Normal View History

2023-01-10 16:28:27 +00: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 07:27:57 +00:00
},
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.lintTask.options": "frontend",
"eslint.workingDirectories": [
"frontend"
]
2023-01-10 16:28:27 +00:00
}