mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #2380 from openmv/fix_formatter_config
tools/uncrustify: Fix compound literal return indentation.
This commit is contained in:
commit
d54476d03b
@ -1527,7 +1527,7 @@ indent_cpp_lambda_body = false # true/false
|
||||
# add the indent for the return.
|
||||
#
|
||||
# Default: true
|
||||
indent_compound_literal_return = true # true/false
|
||||
indent_compound_literal_return = false # true/false
|
||||
|
||||
# (C#) Whether to indent a 'using' block if no braces are used.
|
||||
#
|
||||
|
||||
Loading…
Reference in New Issue
Block a user