From 6ae627559cec08f734ed14f6ecf2fdab6b46b973 Mon Sep 17 00:00:00 2001 From: Logan Saso Date: Wed, 7 Jun 2017 17:30:30 -0700 Subject: [PATCH 1/2] Create .editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..78d8d1e83 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*.cs] +charset = utf-8 +end_of_line = crlf +insert_final_newline = false +indent_style = tab +indent_size = 4 From 174b42e0dfa2866438d9a9d8a77444c9d9603ca0 Mon Sep 17 00:00:00 2001 From: Logan Saso Date: Wed, 7 Jun 2017 17:32:20 -0700 Subject: [PATCH 2/2] Create .editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 78d8d1e83..98fd8e6cd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,3 +6,4 @@ end_of_line = crlf insert_final_newline = false indent_style = tab indent_size = 4 +trim_trailing_whitespace = true