From 2a50fce80b9094e92de2869898ed68b8f885c679 Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Wed, 9 Jul 2025 21:48:18 -0300 Subject: [PATCH] Edit .editorconfig to accept Markdown line breaks using 2 trailing spaces Signed-off-by: RD WebDesign --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 41e907f..c5cd130 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,6 +17,7 @@ tab_width = 2 [*.md] tab_width = 2 +trim_trailing_whitespace = false [*.json] indent_size = 2