From 456b966235ed9827a2faf3cd17359e1bf7d5ca54 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Fri, 8 Sep 2023 19:34:23 +0200 Subject: [PATCH] tools: Fix code formatter config. --- tools/uncrustify.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/uncrustify.cfg b/tools/uncrustify.cfg index 765a845b4..c3cf4b89e 100644 --- a/tools/uncrustify.cfg +++ b/tools/uncrustify.cfg @@ -2824,7 +2824,7 @@ align_pp_define_together = false # true/false # # =0: Don't align (default) # >0: Number of lines (including comments) between blocks -align_pp_define_span = 8 # unsigned number +align_pp_define_span = 0 # unsigned number # The minimum space between label and value of a preprocessor define. align_pp_define_gap = indent_columns # unsigned number