diff --git a/.editorconfig b/.editorconfig index 5542b65a..3e6104a9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -27,5 +27,15 @@ indent_size = 2 [resources/settings.xml] indent_style = tab +[resources/skins/**.xml] +indent_style = tab + + [jellyfin_kodi/objects/obj_map.json] indent_style = tab + +[.devcontainer/Python 3.11/devcontainer.json] +indent_style = tab + +[README.md] +indent_size = 2