From 8de9082816a39f51575d3708f45cfc94ba4d3988 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 28 Jun 2025 16:32:19 +0100 Subject: [PATCH] fix(language/yaml): set indentation correctly for GitHub Actions workflow files --- settings.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/settings.json b/settings.json index b96c837..bc5b19e 100644 --- a/settings.json +++ b/settings.json @@ -570,7 +570,13 @@ "redhat.telemetry.enabled": false, "[yaml]": { "editor.defaultFormatter": "redhat.vscode-yaml", - "editor.tabSize": 2 + "editor.tabSize": 2, + "editor.insertSpaces": true + }, + "[github-actions-workflow]": { + "editor.defaultFormatter": "redhat.vscode-yaml", + "editor.tabSize": 2, + "editor.insertSpaces": true }, // // ===========================================================================