From 501d63cb64f78e462724f935b32890e0423728b6 Mon Sep 17 00:00:00 2001 From: bartlannoeye Date: Sat, 5 Mar 2016 21:54:12 +0100 Subject: [PATCH] Added editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..4eb0fae --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +; This file is for unifying the coding style for different editors and IDEs. +; More information at http://editorconfig.org + +root = true + +[*] +end_of_line = CRLF + +[*.cs] +indent_style = space +indent_size = 4