From 98344b965831ac7c9ad74bb0874c11915059cb3e Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Mon, 20 Nov 2023 13:04:15 -0800 Subject: [PATCH] style: Tweak markdown editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 630d2193d..924575212 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,6 @@ trim_trailing_whitespace = true [*.{md,yml,yaml}] indent_style = space + +[*.md] +trim_trailing_whitespace = false