From 5cebb7063ca37b2072e905a293ebfaaa170c70d3 Mon Sep 17 00:00:00 2001 From: hasezoey Date: Thu, 11 Mar 2021 11:48:23 +0100 Subject: [PATCH] chore(editorconfig): disable trimming for "md" files --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index bfdeac23f..961f6a492 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,7 @@ trim_trailing_whitespace = true # Set default charset [*.{js,ts}] charset = utf-8 + +# Double whitespaces are line "forced" line breaks in markdown, so they are needed +[*.{md,mdx}] +trim_trailing_whitespace = false