From 4ed8de116fd501bc99e295fbd1725f8bea15df5c Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Thu, 4 Mar 2021 17:23:46 +0100 Subject: [PATCH] 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. --- uncrustify-riot.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uncrustify-riot.cfg b/uncrustify-riot.cfg index dae0df04d7..f7672111ce 100644 --- a/uncrustify-riot.cfg +++ b/uncrustify-riot.cfg @@ -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