Add XML indentation style in EditorConfig file

This commit is contained in:
David Capello 2023-09-18 17:30:19 -03:00
parent dd7e27a098
commit ce6494d5f2

View File

@ -22,3 +22,8 @@ indent_size = 2
indent_style = space
indent_size = 4
tab_width = 8
[*.xml]
indent_style = space
indent_size = 2
tab_width = 8