Update .editorconfig to allow trailing whitespace in .md files (#947)

This commit is contained in:
Samuel Cousin
2018-01-28 21:22:19 +00:00
committed by Robert Lord
parent dd8e04c6f4
commit e30e35004e

View File

@@ -13,3 +13,6 @@ trim_trailing_whitespace = true
[*.rb]
charset = utf-8
[*.md]
trim_trailing_whitespace = false