diff --git a/.editorconfig b/.editorconfig index f58613fb0..035f99e58 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,8 +1,10 @@ -# EditorConfig is awesome: http://EditorConfig.org +# EditorConfig is awesome: https://EditorConfig.org root = true [*] +charset = utf-8 +end_of_line = lf indent_style = space indent_size = 4 insert_final_newline = true