From 9ea4d465f071251ea4d9b31d180a1603ab41b0ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Mon, 10 Jun 2024 06:10:24 +0200 Subject: [PATCH] Update editorconfig to match current code style better --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) 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