Skip to content

Commit

Permalink
Change XML indent to 2 spaces in editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
SukiCZ committed Jun 23, 2024
1 parent 3bd20f5 commit 33fbb11
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ insert_final_newline = true
charset = utf-8
end_of_line = lf

[*.{py,rst,ini,html,css,scss,json,xml}]
[*.xml]
indent_style = space
indent_size = 2

[*.{py,rst,ini,html,css,scss,json}]
indent_style = space
indent_size = 4

[*.{yml,yaml}]
indent_style = space
indent_size = 2

[*.bat]
indent_style = tab
end_of_line = crlf

[LICENSE]
insert_final_newline = false

Expand Down

0 comments on commit 33fbb11

Please sign in to comment.