diff --git a/.editorconfig b/.editorconfig index e98d2d9..13946e7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,8 +2,9 @@ root = true [*] charset = utf-8 +insert_final_newline = true +end_of_line = lf indent_style = space indent_size = 2 -end_of_line = lf -insert_final_newline = false +max_line_length = 100 trim_trailing_whitespace = true \ No newline at end of file