From 7ef01ab32f23bcc65538eb6fdb98c3849a5c8b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sp=C3=B6ttel?= <1682504+fspoettel@users.noreply.github.com> Date: Mon, 5 Dec 2022 09:25:59 +0100 Subject: [PATCH] fix(editorconfig): don't trim trailing whitespace in txt files --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index c075e7e..560e94b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,7 @@ trim_trailing_whitespace = true [*.txt] insert_final_newline = false +trim_trailing_whitespace = false [*.md] trim_trailing_whitespace = false