Merge pull request #1923 from openmv/code_format_fix

tools: Update code formatting.
This commit is contained in:
Ibrahim Abdelkader 2023-09-08 20:25:01 +03:00 committed by GitHub
commit 32b6f34e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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