From 0a2252ee9eae6353e46fb4cade26eab02430fe0b Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sat, 25 Jan 2025 10:19:19 +0100 Subject: [PATCH] Add .yaml to EditorConfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index c5295a8..2f9e2fb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,6 +24,6 @@ indent_size = 4 indent_style = space trim_trailing_whitespace = false -[*.yml] +[*.{yml,yaml}] indent_size = 2 indent_style = space