From 0727ddf2bcf5c92926e5dc4601851edce62bad08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Mon, 4 Jan 2021 20:21:12 +0100 Subject: [PATCH] fix: .editorconfig xml definition (#99) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 77ae3c2..b918331 100644 --- a/.editorconfig +++ b/.editorconfig @@ -34,7 +34,7 @@ indent_size = 4 indent_style = tab indent_size = 4 -[*.{,.dist}] +[*.xml{,.dist}] indent_style = space indent_size = 4