]> git.notmuchmail.org Git - notmuch/blobdiff - devel/uncrustify.cfg
devel/uncrustify: add line length limits.
[notmuch] / devel / uncrustify.cfg
index c36c33d67052e8ee034d44478de7473e2f67cba4..d203d4e1020e3cf2e0950e99806373c0f9040978 100644 (file)
@@ -119,3 +119,9 @@ cmt_star_cont               = true
 # indent_brace         = 0
 
 indent_class = true
+
+# line width / line splitting
+code_width            102
+ls_for_split_full     True
+ls_func_split_full    True
+ls_code_width         True