summaryrefslogtreecommitdiff
path: root/dot_editorconfig
diff options
context:
space:
mode:
authorChloƩ Vulquin <code@toast.bunkerlabs.net>2026-02-06 11:38:55 +0100
committerChloƩ Vulquin <code@toast.bunkerlabs.net>2026-02-06 11:38:55 +0100
commita7b5b5f288819460e53cb07dce35197d6493ce96 (patch)
tree245cad9a0a832f1adfce420b9395bb0779b58831 /dot_editorconfig
parenteditorconfig: set tab_width over indent_size consistently (diff)
editorconfig: do not trim trailing ws in md
It's actually relevant there. This section might get more entries over time.
Diffstat (limited to 'dot_editorconfig')
-rw-r--r--dot_editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_editorconfig b/dot_editorconfig
index 1bf57e5..225f3d1 100644
--- a/dot_editorconfig
+++ b/dot_editorconfig
@@ -20,6 +20,9 @@ indent_style = tab
indent_style = space
tab_width = 2
+[*.md]
+trim_trailing_whitespace = false
+
[*.org]
# required by org mode
tab_width = 8