From dc247d3cdb9203dd8776bb61ba47f5af7eed9c3d Mon Sep 17 00:00:00 2001 From: Lilou Date: Mon, 22 Sep 2025 18:29:09 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index 5fea2ca..63daced 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -83,6 +83,7 @@ "150" ], "black-formatter.showNotifications": "always", - "markdown-toc.depthTo": 3, - "markdown-toc.depthFrom": 2 + "markdown-toc.depthTo": 2, + "markdown-toc.depthFrom": 1, + "ansible.validation.lint.arguments": "--skip-list=var-naming[no-role-prefix],fqcn[action-core] --fix=all" } \ No newline at end of file