mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 02:06:09 +00:00
Editorconfig: adjust XML and JSON indentation
This commit is contained in:
parent
9d1c859a5f
commit
2753531bc5
1 changed files with 3 additions and 9 deletions
|
@ -23,19 +23,13 @@ indent_size = 2
|
||||||
# XML indentation
|
# XML indentation
|
||||||
[*.xml]
|
[*.xml]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[resources/settings.xml]
|
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
[resources/skins/**.xml]
|
# JSON indentation
|
||||||
|
[*.json]
|
||||||
|
indent_size = 2
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
|
|
||||||
[jellyfin_kodi/objects/obj_map.json]
|
|
||||||
indent_style = tab
|
|
||||||
|
|
||||||
[.devcontainer/Python 3.11/devcontainer.json]
|
|
||||||
indent_style = tab
|
|
||||||
|
|
||||||
[README.md]
|
[README.md]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
Loading…
Reference in a new issue