From b00f6d2a85687977307cf990a38995caa4d2f957 Mon Sep 17 00:00:00 2001 From: he3als <65787561+he3als@users.noreply.github.com> Date: Sat, 8 Jun 2024 14:53:40 +0100 Subject: [PATCH] feat(vscode): format playbook.conf as xml --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 15a6b6a3e6..b3cbe8ef91 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,4 +13,7 @@ "!powerShell: mapping", "!writeStatus: mapping" ], + "files.associations": { + "playbook.conf": "xml" + } } \ No newline at end of file