mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #1923 from openmv/code_format_fix
tools: Update code formatting.
This commit is contained in:
commit
32b6f34e74
@ -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.
|
||||
#
|
||||
|
||||
Loading…
Reference in New Issue
Block a user