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