From af0c47c46f3f5fa336c6f8c2b13e4b1667616823 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 1 Sep 2022 22:18:46 -0500 Subject: [PATCH] vscode: make settings match .editorconfig --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7533f01f8..4a7155a74 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,9 @@ { + "editor.insertSpaces": true, + "editor.tabSize": 2, "files.associations": { "*.conf.template": "properties" - } + }, + "files.eol": "\n", + "files.insertFinalNewline": false }