From c93cd18aef33771c8f67f51f212833bb7c01d1a2 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Sat, 10 Aug 2024 00:11:13 +0300 Subject: [PATCH] updated .editorconfig --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.editorconfig b/.editorconfig index deed201e..ca92e78c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -47,6 +47,13 @@ end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true +[*.yml,*.yaml] +indent_size = 2 +indent_style = space +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = true + [.*] indent_size = 4 indent_style = space