From a413f3dd8332c306d6708c0a28d294f4a3627ecd Mon Sep 17 00:00:00 2001 From: Dirkster99 Date: Thu, 13 Aug 2020 19:12:19 +0200 Subject: [PATCH] Adjust .editorconfig Avalondock project uses only linefeed endings (no crlf lineendings). With this config visual studio does not change the way lines are ended. see https://editorconfig.org --- editorconfig | 4 ---- source/.editorconfig | 9 ++++++++- source/editorconfig | 4 ---- 3 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 editorconfig delete mode 100644 source/editorconfig 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