From ce1eab7ede3b9924564f91e59ccb2619bccc90e0 Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Mon, 7 Jul 2025 22:51:15 +0200 Subject: [PATCH] Fix syntax error in .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 24ba2ba..81333b6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,6 @@ indent_style = tab insert_final_newline = true trim_trailing_whitespace = true -*{.yaml,.yml}] +[*{.yaml,.yml}] indent_size = 2 indent_style = space