From 7754a71ff942d1a8f464cf44fa47a2d11f781c3e Mon Sep 17 00:00:00 2001 From: Jarda Beran Date: Mon, 2 Jan 2023 17:53:09 +0100 Subject: [PATCH] chore(editorconfig): keep trailing spaces in Markdown (#830) --- .editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8dccd84..f27e9a9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,8 @@ trim_trailing_whitespace = true end_of_line = lf insert_final_newline = true - [*.js] indent_size = 4 + +[*.md] +trim_trailing_whitespace = false