vscode: make settings match .editorconfig

environments/review-editor-m8foam/deployments/892
Alex Gleason 2022-09-01 22:18:46 -05:00
rodzic 65df16ab77
commit af0c47c46f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -1,5 +1,9 @@
{ {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"files.associations": { "files.associations": {
"*.conf.template": "properties" "*.conf.template": "properties"
} },
"files.eol": "\n",
"files.insertFinalNewline": false
} }