Merge pull request #596 from Bond-009/editorconfig

Fix indentation for xml files
This commit is contained in:
Vasily 2019-01-19 16:35:38 +03:00 committed by GitHub
commit a00c0defa8

View File

@ -15,11 +15,9 @@ insert_final_newline = true
end_of_line = lf
max_line_length = null
# Code files
[*.{cs,csx,vb,vbx}]
indent_size = 4
insert_final_newline = true
charset = utf-8
# XML indentation
[*.{csproj,xml}]
indent_size = 2
###############################
# .NET Coding Conventions #
###############################