Set the maximuml line length to 79 instead of 80

This commit is contained in:
Guillaume Ayoub
2012-08-03 13:55:52 +02:00
parent a7481a0546
commit f593ab0fbd
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ generated-members=
[FORMAT]
# Maximum number of characters on a single line.
max-line-length=80
max-line-length=79
# Maximum number of lines in a module
max-module-lines=1000