From fb3c059fa5e9abbfce8fe7264f43377dd449d883 Mon Sep 17 00:00:00 2001 From: Lilou Date: Mon, 29 Sep 2025 11:00:01 +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 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index 63daced..acf64d7 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -85,5 +85,14 @@ "black-formatter.showNotifications": "always", "markdown-toc.depthTo": 2, "markdown-toc.depthFrom": 1, - "ansible.validation.lint.arguments": "--skip-list=var-naming[no-role-prefix],fqcn[action-core] --fix=all" + "ansible.validation.lint.arguments": "--skip-list=var-naming[no-role-prefix],fqcn[action-core] --fix=all", + "[dockercompose]": { + "editor.insertSpaces": true, + "editor.tabSize": 2, + "editor.autoIndent": "advanced", + "editor.defaultFormatter": "redhat.vscode-yaml" + }, + "[github-actions-workflow]": { + "editor.defaultFormatter": "redhat.vscode-yaml" + } } \ No newline at end of file