diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..f88ae3cd --- /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