16 строки
321 B
INI
16 строки
321 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,nuspec,xml}]
|
|
indent_style = space
|
|
indent_size = 2 |