From a10ac78b35037bad8ef5f8826eb1595ec8725179 Mon Sep 17 00:00:00 2001 From: CWX Date: Sat, 18 Jan 2025 21:24:00 +0000 Subject: [PATCH] trim trailing whitespace with editor config --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 49d31659..d18386f2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,4 +8,4 @@ indent_style = space indent_size = 4 [*.md] -trim_trailing_whitespace = false +trim_trailing_whitespace = true