From 75bb460ccf062ee467b7986deabe84e63047e7e3 Mon Sep 17 00:00:00 2001 From: JohannesPertl Date: Mon, 3 Apr 2023 11:17:36 +0200 Subject: [PATCH] misc(editorconfig) don't trim trailing whitespaces for .md files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 83f83d998f..7f0f434b68 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,5 +9,8 @@ indent_style = space max_line_length = 80 trim_trailing_whitespace = true +[*.md] +trim_trailing_whitespace = false + [Makefile] indent_style = tab