diff options
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index f70fa48b..1b8090e2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,7 @@ root = true [*] end_of_line = lf trim_trailing_whitespace = true -insert_final_newline = false +insert_final_newline = true [{*.c,*.h}] indent_style = space |