Increase maximum line length

With the long Gtk+ function names it is necessary to allow longer lines.
This commit is contained in:
Alexandru Csete 2020-04-04 12:48:04 +02:00
parent 23f401be24
commit ba048e7bd7

2
.indent.pro vendored
View file

@ -1,4 +1,4 @@
-kr -i4 --no-tabs --line-length79 -di16
-kr -i4 --no-tabs --line-length120 -di16
--braces-after-if-line --brace-indent0 --dont-cuddle-else --cuddle-do-while
--blank-lines-after-declarations --blank-lines-after-procedures
--break-after-boolean-operator