indent_braces_no_class
Whether to disable indenting class braces if indent_braces=true
.
Possible values are true and false, default false.
Works only if indent_braces is true.
Does not work with Uncrustify_d-0.70.1_f
See also
- nl_if_brace: Add or remove newline between 'if' and '{'.
- indent_braces: Whether braces are indented to the body level.
- indent_braces_no_func: Whether to disable indenting function braces if
indent_braces=true
. - indent_braces_no_struct: Whether to disable indenting struct braces if
indent_braces=true
.