From bff5aff12a628ded5e50e3f121e1c7bf78201a27 Mon Sep 17 00:00:00 2001 From: Lilou Date: Fri, 18 Apr 2025 17:00:00 +0200 Subject: [PATCH] =?UTF-8?q?Update=20settings=20from=20,=20profile=20=C2=AB?= =?UTF-8?q?=20main=20=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiles/main/data/settings.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index ce525a2..93d1b89 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -51,5 +51,20 @@ "editor.quickSuggestionsDelay": 500, "editor.suggestOnTriggerCharacters": false, // See https://stackoverflow.com/questions/60175608/visual-studio-code-and-jinja-templates - "emmet.includeLanguages": {"jinja-py": "py", "jinja-shell": "shellscript"}, + "emmet.includeLanguages": { + "jinja-py": "py", + "jinja-shell": "shellscript" + }, + "[yaml]": { + "editor.insertSpaces": true, + "editor.tabSize": 2, + "editor.autoIndent": "keep", + "diffEditor.ignoreTrimWhitespace": false, + "editor.defaultColorDecorators": "never", + "editor.quickSuggestions": { + "other": true, + "comments": false, + "strings": true + } + }, } \ No newline at end of file