diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..14864433 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = crlf +insert_final_newline = false + +[*.cs] +indent_style = tab +trim_trailing_whitespace = true \ No newline at end of file