mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
[FEATURE] Add a configuration for XML files to the .editorconfig (#166)
Fixes #163
This commit is contained in:
parent
a8e78e39b3
commit
606775161f
1 changed files with 5 additions and 0 deletions
|
@ -63,3 +63,8 @@ indent_size = 2
|
|||
[{*.jsonl}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
# XML files
|
||||
[*.xml]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
|
Loading…
Reference in a new issue