mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
tools: Fix uncrustify union variable formatting
Set nl_brace_struct_var = remove to keep union/struct variable declarations on the same line as the closing brace.
This commit is contained in:
parent
9310becba0
commit
4257464982
@ -2083,7 +2083,7 @@ nl_after_vbrace_close = false # true/false
|
||||
# Add or remove newline between the close brace and identifier,
|
||||
# as in 'struct { int a; } <here> b;'. Affects enumerations, unions and
|
||||
# structures. If set to ignore, uses nl_after_brace_close.
|
||||
nl_brace_struct_var = ignore # ignore/add/remove/force/not_defined
|
||||
nl_brace_struct_var = remove # ignore/add/remove/force/not_defined
|
||||
|
||||
# Whether to alter newlines in '#define' macros.
|
||||
nl_define_macro = false # true/false
|
||||
|
Loading…
Reference in New Issue
Block a user