diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 5807abed4af..81b53b5bfb6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -73,4 +73,11 @@ "[markdown]": { "editor.defaultFormatter": null }, - }
\ No newline at end of file + "[yaml]": { + "editor.insertSpaces": true, + "editor.tabSize": 2, + "editor.autoIndent": "keep", + "diffEditor.ignoreTrimWhitespace": false, + "editor.formatOnSave": false + } +} |