uncrustify: split lines at 80 chars
This commit is contained in:
parent
e3e2b6df15
commit
f26425fdaf
@ -10,6 +10,12 @@ indent_label = 1 # pos: absolute col, neg: relative c
|
|||||||
indent_switch_case = 4 # number
|
indent_switch_case = 4 # number
|
||||||
indent_ternary_operator = 2 # When the `:` is a continuation, indent it under `?`
|
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
|
# inter-symbol newlines
|
||||||
#
|
#
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user