From 63dd5b779d9f34de96e4af89c1404292b9951b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Sun, 21 Apr 2024 10:59:21 +0200 Subject: editorconfig: add jsonc, xml support I've been having to work with jsonc and xml recently. Long enough to get some preferences. Potentially to be expanded upon later. --- dot_editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dot_editorconfig') 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 -- cgit v1.2.3