From 6ae627559cec08f734ed14f6ecf2fdab6b46b973 Mon Sep 17 00:00:00 2001 From: Logan Saso Date: Wed, 7 Jun 2017 17:30:30 -0700 Subject: [PATCH] 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