diff --git a/.editorconfig b/.editorconfig index 70cefcd..0c2a84a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,4 +5,11 @@ charset = utf-8 end_of_line = lf indent_size = 2 indent_style = space -insert_final_newline = true \ No newline at end of file +insert_final_newline = true + +[.github/**/*.yml] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true