diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..78d8d1e83 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*.cs] +charset = utf-8 +end_of_line = crlf +insert_final_newline = false +indent_style = tab +indent_size = 4