From f26425fdaf6f98ef37d1ba46ff1296776cd9cf90 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Fri, 25 Jan 2019 16:08:30 +0100 Subject: [PATCH] uncrustify: split lines at 80 chars --- uncrustify-riot.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/uncrustify-riot.cfg b/uncrustify-riot.cfg index c4e9d8b2e829..5ef98e812288 100644 --- a/uncrustify-riot.cfg +++ b/uncrustify-riot.cfg @@ -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 #