From 62616bd08227003a00321dcd9c2c5a0e11bfd3e3 Mon Sep 17 00:00:00 2001 From: eyelidlessness Date: Fri, 10 Nov 2023 10:21:46 -0800 Subject: [PATCH] housekeeping: Include XML in editorconfig formatting exceptions --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 0e4edb831..5decbd117 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,5 +8,5 @@ indent_style = tab insert_final_newline = true trim_trailing_whitespace = true -[{.*,*.md,*.json,*.toml,*.yml,}] +[{.*,*.md,*.json,*.toml,*.xml,*.yml,}] indent_style = space