Don't set max_line_length for *.md

This commit is contained in:
Paul O’Shannessy 2014-01-07 20:46:46 -08:00
parent 33fe8eebda
commit be42d94f12
1 changed files with 1 additions and 0 deletions

View File

@ -10,4 +10,5 @@ max_line_length = 80
trim_trailing_whitespace = true
[*.md]
max_line_length = 0
trim_trailing_whitespace = false