Changed max line length to 80 characters

This commit is contained in:
James Kasten 2014-12-13 23:56:56 -08:00
parent a272a0a6e9
commit 67fca03246

View file

@ -250,7 +250,7 @@ ignore-imports=no
[FORMAT]
# Maximum number of characters on a single line.
max-line-length=100
max-line-length=80
# Regexp for a line that is allowed to be longer than the limit.
ignore-long-lines=^\s*(# )?<?https?://\S+>?$