diff --git a/editorconfig b/editorconfig deleted file mode 100644 index 921dcc9e..00000000 --- a/editorconfig +++ /dev/null @@ -1,4 +0,0 @@ -root = true - -[*] -end_of_line = lf \ No newline at end of file diff --git a/source/.editorconfig b/source/.editorconfig index 16da0401..b41ec41b 100644 --- a/source/.editorconfig +++ b/source/.editorconfig @@ -1,4 +1,11 @@ -[*.cs] +root = true + +[*] +end_of_line = lf +indent_style = tab +charset = utf-8 + +[*.cs] # IDE0055: 修正格式 dotnet_diagnostic.IDE0055.severity = none diff --git a/source/editorconfig b/source/editorconfig deleted file mode 100644 index 921dcc9e..00000000 --- a/source/editorconfig +++ /dev/null @@ -1,4 +0,0 @@ -root = true - -[*] -end_of_line = lf \ No newline at end of file