summaryrefslogtreecommitdiff
path: root/dot_editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'dot_editorconfig')
-rw-r--r--dot_editorconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/dot_editorconfig b/dot_editorconfig
index 27e3c50..46c3721 100644
--- a/dot_editorconfig
+++ b/dot_editorconfig
@@ -13,6 +13,9 @@ trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
-[*.{janet,json,md,yaml,yml}]
+[*.{janet,json,jsonc,md,yaml,yml}]
indent_style = space
indent_size = 2
+
+[*.xml]
+indent_size = 2