From 24b9fdac861def0f8db2fbd8a64084165c9db7d1 Mon Sep 17 00:00:00 2001 From: Amer Koleci Date: Tue, 12 Jul 2016 20:58:31 +0200 Subject: [PATCH] Add .editorconfig file. --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..64fe33bba --- /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