From 6b5c8221de6746c4ef7e541eac0584d95779355d Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Sat, 15 Feb 2025 13:18:24 +0300 Subject: [PATCH] add xml to .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 7786b30..626e8f4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,7 +19,7 @@ indent_size = 4 indent_style = space tab_width = 4 -[*.{css,yml,html,svg}] +[*.{css,yml,html,svg,xml}] indent_style = space indent_size = 2