Raise maximum line length to 99

This commit is contained in:
Benjamin Drung 2017-04-30 22:31:09 +02:00
parent ba16daf56f
commit 67c353d91b

View File

@ -8,7 +8,7 @@ ignored-classes=Launchpad,BaseWrapper,PersonTeam,Distribution,Consumer,Credentia
[FORMAT]
# Maximum number of characters on a single line.
max-line-length=80
max-line-length=99
# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
# tab).