Add settings for *.md files

This commit is contained in:
Lucas Michot 2016-01-15 11:13:04 +01:00
parent 875d4a7477
commit 9440d9f9bb
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.yml]
indent_style = space
indent_size = 2