Allow 100 character lines when necessary.

This commit is contained in:
Peter Eckersley 2015-05-22 14:39:22 -07:00
parent 149cd56c0b
commit 6283ced29c

View file

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