From 67fa2286eb55a6447687d9f68f5da76bd537a94f Mon Sep 17 00:00:00 2001 From: Johan Laanstra Date: Mon, 11 Mar 2019 17:04:17 -0700 Subject: [PATCH] Remove duplicate .editorconfig. (#257) * Remove duplicate .editorconfig * Update .editorconfig to remove forcing crlf as discussed in #225. --- .editorconfig | 1 - src/.editorconfig | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 src/.editorconfig diff --git a/.editorconfig b/.editorconfig index f3416ab..a200887 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,6 @@ root = true [*] indent_style = space indent_size = 4 -end_of_line = crlf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true diff --git a/src/.editorconfig b/src/.editorconfig deleted file mode 100644 index 602092c..0000000 --- a/src/.editorconfig +++ /dev/null @@ -1,10 +0,0 @@ -root = true - -[*.{xaml,cpp,h}] -charset = utf-8-bom -indent_style = space -indent_size = 4 - -[*.{cpp,h}] -insert_final_newline = true -trim_trailing_whitespace = true