From 8b484c8dc2853ba2899428b3a5665efa51a7f724 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 28 Feb 2023 08:49:58 +1000 Subject: [PATCH] editorconfig: add XML --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e653696..346458d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -28,7 +28,7 @@ indent_style = space indent_size = 4 charset = utf-8 -[*.{yaml,yml}] +[*.{yaml,yml,xml}] indent_style = space indent_size = 2 charset = utf-8