tools: Update code formatting.

* Disable PP define alignment.
This commit is contained in:
iabdalkader 2023-09-08 19:24:18 +02:00
parent 54a9c055b9
commit 973b7db0da

View File

@ -2529,7 +2529,7 @@ align_on_tabstop = false # true/false
align_number_right = false # true/false align_number_right = false # true/false
# Whether to keep whitespace not required for alignment. # 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. # Whether to align variable definitions in prototypes and functions.
align_func_params = false # true/false align_func_params = false # true/false
@ -2818,7 +2818,7 @@ align_oc_msg_spec_span = 0 # unsigned number
align_nl_cont = true # true/false align_nl_cont = true # true/false
# Whether to align macro functions and variables together. # 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. # The span for aligning on '#define' bodies.
# #