2014-11-11 16:57:52 +03:00
|
|
|
# EditorConfig helps developers define and
|
|
|
|
# maintain consistent coding styles between
|
|
|
|
# different editors and IDEs
|
|
|
|
|
|
|
|
# http://EditorConfig.org
|
|
|
|
|
|
|
|
# top-most EditorConfig file
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
|
2015-10-16 22:59:32 +03:00
|
|
|
[*.{proj,csproj,vcxproj,xproj,json,config}]
|
2014-11-11 16:57:52 +03:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
|
|
|
|
[NUnit.proj]
|
|
|
|
indent_style = tab
|
|
|
|
indent_size = 2
|