diff --git a/.editorconfig b/.editorconfig index 0020fc03a..c14d5c67b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,3 +3,5 @@ root = true [*] indent_style = space indent_size = 2 +end_of_line = lf +insert_final_newline = true