summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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