From 1bfcc5bcbcded6a7d53c779ccb6298520be0e41f Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Sun, 20 Apr 2025 21:04:01 +0100 Subject: [PATCH] Fix editorconfig for yaml --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e667f3d1..b530e3b0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,6 +17,6 @@ indent_size = 4 [Makefile] indent_style = tab -[*.yml}] +[*.{yml,yaml}] indent_style = space indent_size = 2