mirror of
https://github.com/gosticks/RIOT.git
synced 2025-10-16 12:05:37 +00:00
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_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
|
||||
#
|
||||
|
||||
Loading…
Reference in New Issue
Block a user