diff --git a/EditorConfig Template.editorconfig b/EditorConfig Template.editorconfig index fec1f8e..27aa77c 100644 --- a/EditorConfig Template.editorconfig +++ b/EditorConfig Template.editorconfig @@ -8,14 +8,11 @@ root = true ## Common settings [*] -### Varation required +charset = utf-8 end_of_line = lf +insert_final_newline = true indent_size = 4 indent_style = space - -### No doubt -charset = utf-8 -insert_final_newline = true trim_trailing_whitespace = true [*.{md,mkd,mkdn,markdown}]