mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 01:36:14 +02:00

[FEATURE] Add a configuration for XML files to the .editorconfig (#166)

Fixes #163
This commit is contained in:
Oliver Klee 2020-11-24 02:06:45 +01:00 committed by GitHub
parent a8e78e39b3
commit 606775161f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,3 +63,8 @@ indent_size = 2
[{*.jsonl}] [{*.jsonl}]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
# XML files
[*.xml]
indent_style = space
indent_size = 4