1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-13 08:40:26 +01:00

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.
This commit is contained in:
Marian Buschsieweke 2021-03-04 17:23:46 +01:00
parent 365146c977
commit 4ed8de116f
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -14,7 +14,7 @@ indent_ternary_operator = 2 # When `:` is a continuation, in
# line splitting
#
code_width = 80 # Try to limit code width to N columns.
code_width = 100 # Try to limit code width to N columns.
#
# inter-symbol newlines