From 11de14065821b8bc948d4bbc5aa8e28ba8aceb18 Mon Sep 17 00:00:00 2001 From: bastimeyer Date: Fri, 24 Feb 2023 01:20:24 +0100 Subject: [PATCH] tools: set xml indentation in .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 624400e3..ea4bd5a3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ insert_final_newline = true max_line_length = 128 trim_trailing_whitespace = true -[*.{cfg,svg,toml,yml}] +[*.{cfg,mpd,svg,toml,xml,yml}] indent_size = 2 [*.{md,markdown}]