diff --git a/.editorconfig b/.editorconfig index 82fb8f5..03c2cb5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,6 @@ root = true [*.cs] indent_style = space indent_size = 4 -end_of_line = lf +end_of_line = crlf insert_final_newline = false trim_trailing_whitespace = true