summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloƩ Vulquin <code@toast.bunkerlabs.net>2024-01-28 19:38:39 +0100
committerChloƩ Vulquin <code@toast.bunkerlabs.net>2024-01-28 19:38:39 +0100
commit4614f32ae10879061d0bcf8983340d81e3965a52 (patch)
treea08a32c05cd0b16dbae45871ba0ac330a5135f26
parentnvim: disable starter (diff)
editorconfig: expand markdown styles to janet, json, yaml, and yml
-rw-r--r--dot_editorconfig2
1 files changed, 1 insertions, 1 deletions
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