From 21ab9a1877eebbd4170782eb28fc778bc99f5191 Mon Sep 17 00:00:00 2001 From: Kai Curry Date: Tue, 17 Mar 2020 17:35:48 -0400 Subject: [PATCH] Add some markdown defs Trailing white in markdown allows `
` right? Also line length is usually unlimited. --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 1fa87328f..9e8d67569 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,7 @@ indent_size = 2 indent_style = space insert_final_newline = true trim_trailing_whitespace = true + +[*.md] +max_line_length = 0 +trim_trailing_whitespace = false