From c5b6693fcebd1779ff9f1ac4753aa10e0f7cc449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Thu, 25 Apr 2019 12:30:01 +0300 Subject: [PATCH] Enable struct initializer alignment Uncrustify 0.68 fixed the addition of extra spaces after the last argument. --- uncrustify.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uncrustify.cfg b/uncrustify.cfg index d373e53b6..bee0273f4 100644 --- a/uncrustify.cfg +++ b/uncrustify.cfg @@ -1584,7 +1584,7 @@ align_var_struct_thresh = 0 # unsigned number align_var_struct_gap = 1 # unsigned number # The span for aligning struct initializer values (0=don't align) -align_struct_init_span = 0 # unsigned number +align_struct_init_span = 1 # unsigned number # The minimum space between the type and the synonym of a typedef. align_typedef_gap = 1 # unsigned number