mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #10873 from kaspar030/limit_uncrustify_line_length
uncrustify: split lines at 80 chars
This commit is contained in:
commit
e288c9b23f
@ -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