diff --git a/.editorconfig b/.editorconfig index 328a07fc..203d331c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,5 +7,8 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true +[*.md] +trim_trailing_whitespace = false + [*.{yml,yaml}] indent_size = 2 \ No newline at end of file