add .editorconfig
authorArmin Sander <armin@replicator.org>
Sat, 18 Mar 2017 12:46:39 +0000 (13:46 +0100)
committerArmin Sander <armin@replicator.org>
Sat, 18 Mar 2017 12:46:39 +0000 (13:46 +0100)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..f88ae3c
--- /dev/null
@@ -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