diff --git a/.editorconfig b/.editorconfig index 14864433..598dd721 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,8 +2,8 @@ root = true [*] end_of_line = crlf -insert_final_newline = false +insert_final_newline = true [*.cs] indent_style = tab -trim_trailing_whitespace = true \ No newline at end of file +trim_trailing_whitespace = true