From 4f38bd5e45db0dae5ef1bb7df454025b78f4af94 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Sun, 22 Nov 2020 23:41:17 +0100 Subject: [PATCH] Don't trim trailing spaces in markdown --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 1d7d564d..5bf4860b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,7 @@ trim_trailing_whitespace = true indent_size = 2 indent_style = space max_line_length = 100 # Please keep this in sync with bin/lesson_check.py! +trim_trailing_whitespace = false # keep trailing spaces in markdown - 2+ spaces are translated to a hard break (
) [*.r] max_line_length = 80