nl_after_brace_close
Whether to add a newline after '}'. Does not apply if followed by a necessary ';'.
Possible values are true and false, default false.
Does not work with Uncrustify_d-0.70.1_f
Examples
nope
See also
- nl_if_leave_one_liners: Don't split one-line if/else statements, as in 'if(...) b++;'.
- nl_if_brace: Add or remove newline between
if
and{
. - sp_brace_else: Add or remove space between
}
andelse
if on the same line