From 9a09ecd067302282a534c4e65d3eef59d9d16485 Mon Sep 17 00:00:00 2001 From: Sam Cook Date: Mon, 7 Dec 2015 11:32:21 +0000 Subject: [PATCH] Add editorconfig file --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..983cb52 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# Install the EditorConfig VS plugin to automatically apply formatting settings to this solution +# See http://editorconfig.org/ for syntax + +# top-most EditorConfig file +root = true + +[*.cs] +indent_style = tab +indent_size = 4 + +[*.config] +indent_style = tab +indent_size = 2 \ No newline at end of file