From 2321b2f0140b090e818c7afb4d5313a462b76d4c Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Fri, 8 Apr 2022 14:25:40 -0700 Subject: [PATCH] Added xml definition to .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 9d216b9..84ef9d8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,6 +20,10 @@ indent_size = 4 indent_style = space indent_size = 2 +[*.xml] +indent_size = 4 +indent_style = space + [*.{yml,yaml}] indent_size = 2 indent_style = space