From a7b5b5f288819460e53cb07dce35197d6493ce96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Fri, 6 Feb 2026 11:38:55 +0100 Subject: editorconfig: do not trim trailing ws in md It's actually relevant there. This section might get more entries over time. --- dot_editorconfig | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3