vscode: make settings match .editorconfig
This commit is contained in:
parent
65df16ab77
commit
af0c47c46f
1 changed files with 5 additions and 1 deletions
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue