Skip to content

Commit

Permalink
uncrustify: split lines at 80 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Mar 4, 2019
1 parent e3e2b6d commit f26425f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions uncrustify-riot.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit f26425f

Please sign in to comment.