Skip to content

Commit 4ed8de1

Browse files
committedMar 4, 2021
uncrustify-riot.cfg: update to coding convention
The coding convention was changed to suggest breaking lines with with more than 100 chars. This brings the uncrustify configuration back in sync.
1 parent 365146c commit 4ed8de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎uncrustify-riot.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ indent_ternary_operator = 2 # When `:` is a continuation, in
1414
# line splitting
1515
#
1616

17-
code_width = 80 # Try to limit code width to N columns.
17+
code_width = 100 # Try to limit code width to N columns.
1818

1919
#
2020
# inter-symbol newlines

0 commit comments

Comments
 (0)
Please sign in to comment.