diff options
| author | 2026-02-06 11:38:55 +0100 | |
|---|---|---|
| committer | 2026-02-06 11:38:55 +0100 | |
| commit | a7b5b5f288819460e53cb07dce35197d6493ce96 (patch) | |
| tree | 245cad9a0a832f1adfce420b9395bb0779b58831 /dot_editorconfig | |
| parent | editorconfig: 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_editorconfig | 3 |
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 |
