From e517b2c03b128442c5301545f0fb17ed5d90eb54 Mon Sep 17 00:00:00 2001 From: Nicolas Doby Date: Tue, 6 Dec 2022 18:38:06 +0100 Subject: [PATCH] chore: remove trailing whitespace for md files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index d415404..fdd0e94 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 + +[*.md] +trim_trailing_whitespace=false