From 2753531bc5eeb5cb518456c4ab9e3f3d836b0f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Mon, 10 Jun 2024 14:35:20 +0000 Subject: [PATCH] Editorconfig: adjust XML and JSON indentation --- .editorconfig | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.editorconfig b/.editorconfig index 3e6104a9..0921ea84 100644 --- a/.editorconfig +++ b/.editorconfig @@ -23,19 +23,13 @@ indent_size = 2 # XML indentation [*.xml] indent_size = 2 - -[resources/settings.xml] indent_style = tab -[resources/skins/**.xml] +# JSON indentation +[*.json] +indent_size = 2 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