From 4614f32ae10879061d0bcf8983340d81e3965a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Sun, 28 Jan 2024 19:38:39 +0100 Subject: editorconfig: expand markdown styles to janet, json, yaml, and yml --- dot_editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_editorconfig b/dot_editorconfig index 28c1928..27e3c50 100644 --- a/dot_editorconfig +++ b/dot_editorconfig @@ -13,6 +13,6 @@ trim_trailing_whitespace = true indent_style = tab indent_size = 4 -[*.md] +[*.{janet,json,md,yaml,yml}] indent_style = space indent_size = 2 -- cgit v1.2.3