vscode: make settings match .editorconfig

This commit is contained in:
Alex Gleason 2022-09-01 22:18:46 -05:00
parent 65df16ab77
commit af0c47c46f
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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
} }