Merge pull request #2380 from openmv/fix_formatter_config

tools/uncrustify: Fix compound literal return indentation.
This commit is contained in:
Ibrahim Abdelkader 2024-08-18 19:37:22 +03:00 committed by GitHub
commit d54476d03b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1527,7 +1527,7 @@ indent_cpp_lambda_body = false # true/false
# add the indent for the return. # add the indent for the return.
# #
# Default: true # 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. # (C#) Whether to indent a 'using' block if no braces are used.
# #