зеркало из
1
0
Форкнуть 0
nunit-silverlight/.editorconfig

20 строки
359 B
INI

# 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
[*.{proj,csproj,vcxproj,xproj,json,config}]
indent_style = space
indent_size = 2
[NUnit.proj]
indent_style = tab
indent_size = 2