1
0
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:
Martine Lenders 2019-03-07 11:46:02 +01:00 committed by GitHub
commit e288c9b23f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
#