diff --git a/.editorconfig b/.editorconfig index 2b35406..18616d3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,9 +1,8 @@ root = true [*] +end_of_line = lf +insert_final_newline = true indent_style = space indent_size = 2 -end_of_line = lf # doesn't work yet charset = utf-8 -trim_trailing_whitespace = true # doesn't work yet -insert_final_newline = true # doesn't work yet