From 973b7db0da5ab1409553d7ba4237d0130e2e59b4 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Fri, 8 Sep 2023 19:24:18 +0200 Subject: [PATCH] tools: Update code formatting. * Disable PP define alignment. --- tools/uncrustify.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/uncrustify.cfg b/tools/uncrustify.cfg index f8425b212..765a845b4 100644 --- a/tools/uncrustify.cfg +++ b/tools/uncrustify.cfg @@ -2529,7 +2529,7 @@ align_on_tabstop = false # true/false align_number_right = false # true/false # Whether to keep whitespace not required for alignment. -align_keep_extra_space = false # true/false +align_keep_extra_space = true # true/false # Whether to align variable definitions in prototypes and functions. align_func_params = false # true/false @@ -2818,7 +2818,7 @@ align_oc_msg_spec_span = 0 # unsigned number align_nl_cont = true # true/false # Whether to align macro functions and variables together. -align_pp_define_together = true # true/false +align_pp_define_together = false # true/false # The span for aligning on '#define' bodies. #