diff --git a/.editorconfig b/.editorconfig index 1047692..7675716 100644 --- a/.editorconfig +++ b/.editorconfig @@ -39,6 +39,10 @@ indent_size = 4 indent_style = tab indent_size = 2 +# Markdown +[*.md] +trim_trailing_whitespace = false + # Other [Makefile] indent_style = tab