uncrustify: split lines at 80 chars

This commit is contained in:
Kaspar Schleiser 2019-01-25 16:08:30 +01:00
parent e3e2b6df15
commit f26425fdaf

View File

@ -10,6 +10,12 @@ indent_label = 1 # pos: absolute col, neg: relative c
indent_switch_case = 4 # number
indent_ternary_operator = 2 # When the `:` is a continuation, indent it under `?`
#
# line splitting
#
code_width = 80 # Try to limit code width to N columns.
#
# inter-symbol newlines
#