mirror of
https://github.com/csete/gpredict
synced 2026-08-13 17:39:46 -04:00
Increase maximum line length
With the long Gtk+ function names it is necessary to allow longer lines.
This commit is contained in:
parent
23f401be24
commit
ba048e7bd7
1 changed files with 1 additions and 1 deletions
2
.indent.pro
vendored
2
.indent.pro
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue