diff --git a/.editorconfig b/.editorconfig index b90d678..eb476d6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,8 +1,14 @@ root = true +# 4 space indentation [*] charset = utf-8 indent_style = space indent_size = 4 insert_final_newline = true end_of_line = lf + +# 2 space indentation for CI configuration +[*.yml] +indent_style = space +indent_size = 4