diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d02b48a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +end_of_line = crlf +insert_final_newline = true +trim_trailing_whitespace = true + +# 4 space indentation +[*.cs] +indent_style = space +indent_size = 4 \ No newline at end of file diff --git a/ClosedXML/ClosedXML/.editorconfig b/ClosedXML/ClosedXML/.editorconfig deleted file mode 100644 index d02b48a..0000000 --- a/ClosedXML/ClosedXML/.editorconfig +++ /dev/null @@ -1,11 +0,0 @@ -root = true - -[*] -end_of_line = crlf -insert_final_newline = true -trim_trailing_whitespace = true - -# 4 space indentation -[*.cs] -indent_style = space -indent_size = 4 \ No newline at end of file