diff --git a/.editorconfig b/.editorconfig index 0a0b417..8638d94 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,6 @@ trim_trailing_whitespace = true [*.py] indent_size = 4 + +[*.md] +trim_trailing_whitespace = false