diff --git a/.editorconfig b/.editorconfig index dc6809d..b981f71 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,6 @@ end_of_line = lf insert_final_newline = true indent_style = tab trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false