From ba048e7bd7fd65a6260ade088af97fde71f2da64 Mon Sep 17 00:00:00 2001 From: Alexandru Csete Date: Sat, 4 Apr 2020 12:48:04 +0200 Subject: [PATCH] Increase maximum line length With the long Gtk+ function names it is necessary to allow longer lines. --- .indent.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.indent.pro b/.indent.pro index e407199..3c625c9 100644 --- a/.indent.pro +++ b/.indent.pro @@ -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