From 293c71dd8bc4e3f91fb21c6e05ed515c76cc681f Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Sat, 19 Dec 2015 22:14:07 +0100 Subject: [PATCH] uncrustify: don't align struct initializations --- uncrustify-riot.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uncrustify-riot.cfg b/uncrustify-riot.cfg index 191acd8e0c25..9115191c6b15 100644 --- a/uncrustify-riot.cfg +++ b/uncrustify-riot.cfg @@ -65,5 +65,5 @@ sp_inside_sparen = remove # remove spaces inside parens for if, while and align_with_tabs = FALSE # use tabs to align align_on_tabstop = TRUE # align on tabstops align_enum_equ_span = 4 # '=' in enum definition -align_struct_init_span = 3 # align stuff in a structure init '= { }' +align_struct_init_span = 0 # align stuff in a structure init '= { }' align_right_cmt_span = 3