summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/Issue_2604.cfg
blob: daeb9bc657f81d8913318e8cbb6633a18990cb45 (plain)
1
2
3
4
5
6
7
8
9
# Add or remove newline after each ',' in a function declaration.
nl_func_decl_args   = remove   # ignore/add/remove/force

# Add or remove newline after each ',' in a function definition.
nl_func_def_args    = remove   # ignore/add/remove/force`

nl_func_call_args   = remove

sp_after_comma      = add