diff --git a/.editorconfig b/.editorconfig index 77dc7df6..59eb92bc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ charset = utf-8 max_line_length = 80 end_of_line = lf trim_trailing_whitespace = true -insert_final_newline = false +insert_final_newline = true [*.{c,h}] indent_style = space @@ -15,4 +15,4 @@ tab_width = 4 [{CMakeLists.txt,*.cmake}] indent_style = space indent_size = 4 -tab_width = 4 +tab_width = 4 \ No newline at end of file