From 50cf6c72e4898838a60cb84f24780ac009147d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20K=C3=BChner?= Date: Wed, 24 Feb 2016 17:32:24 +0100 Subject: [PATCH] Create .editorconfig see #211 --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..122e140dc --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# http://EditorConfig.org + +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.cs] +indent_style = space +indent_size = 2