diff --git a/.editorconfig b/.editorconfig index e050ceea120..66766861c43 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,6 @@ indent_size = 2 [*.py] indent_style = space + +[*.md] +trim_trailing_whitespace = false