From 740773af3bc0a53d16daf1a2e859330ccdb4a226 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Wed, 27 Jan 2021 20:49:53 +0100 Subject: [PATCH] .editorconfig: 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