diff --git a/.editorconfig b/.editorconfig index a35c7d6..5407e16 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,6 @@ charset = utf-8 [*.py] indent_size = 4 + +[*.md] +trim_trailing_whitespace = false