diff --git a/.editorconfig b/.editorconfig index 7871389..b54e172 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,6 @@ trim_trailing_whitespace = true [*.rb] charset = utf-8 + +[*.md] +trim_trailing_whitespace = false