diff --git a/.editorconfig b/.editorconfig index e1a8833b..179650b2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ root = true [*] -end_of_line = 1f +end_of_line = lf insert_final_newline = true charset = utf-8 @@ -10,4 +10,5 @@ indent_style = space indent_size = 2 [Makefile] -indent_style = tab \ No newline at end of file +indent_style = tab +