Don't forcibly wrap lines in git commit messages

This commit is contained in:
Ben Alpert
2014-04-06 23:17:51 -07:00
parent 21de5c816f
commit 6cafc638fa

View File

@@ -12,3 +12,6 @@ trim_trailing_whitespace = true
[*.md]
max_line_length = 0
trim_trailing_whitespace = false
[COMMIT_EDITMSG]
max_line_length = 0