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. #