diff --git a/.editorconfig b/.editorconfig index 773cf0ab3..fa3c79415 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,15 +1,12 @@ -; Top-most EditorConfig file root = true -; Unix-style newlines [*] end_of_line = LF -; 4-column space indentation [*.cs] indent_style = space indent_size = 4 -; trim_trailing_whitespace = true +trim_trailing_whitespace = true insert_final_newline = true [*.cs]