From 92636581af8c495999d7df28e56f26a853798cab Mon Sep 17 00:00:00 2001 From: Armin Sander Date: Sat, 18 Mar 2017 13:46:39 +0100 Subject: [PATCH] add .editorconfig --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f88ae3c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root=true + +[*.{cs,fsx}] +indent_style=space +indent_size=4 + +[*.{sln,spec}] +indent_style=tab +indent_size=4 + +[*.{xml,sh,cmd,yml,csproj}] +indent_style=space +indent_size=2 -- 2.7.4