Merge pull request #596 from Bond-009/editorconfig
Fix indentation for xml files
This commit is contained in:
commit
a00c0defa8
|
@ -15,11 +15,9 @@ insert_final_newline = true
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
max_line_length = null
|
max_line_length = null
|
||||||
|
|
||||||
# Code files
|
# XML indentation
|
||||||
[*.{cs,csx,vb,vbx}]
|
[*.{csproj,xml}]
|
||||||
indent_size = 4
|
indent_size = 2
|
||||||
insert_final_newline = true
|
|
||||||
charset = utf-8
|
|
||||||
###############################
|
###############################
|
||||||
# .NET Coding Conventions #
|
# .NET Coding Conventions #
|
||||||
###############################
|
###############################
|
||||||
|
|
Loading…
Reference in New Issue
Block a user