Fix indentation for xml files

This commit is contained in:
Bond_009 2019-01-16 16:30:01 +01:00
parent 5b1f36ef27
commit 67465c6e10
1 changed files with 119 additions and 121 deletions

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 #
###############################