summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/byref-left.cfg
blob: d28c4e5e12d15c2d81ea3988e60c23f8a208a815 (plain)
1
2
3
4
5
6
7
8
9
# Places the byref as follows: "int &foo"
sp_before_byref      = force
sp_before_byref_func = force
sp_after_byref       = remove
indent_columns       = 3
indent_class         = true

# Add or remove space after a reference sign '&', if followed by a func proto/def.
sp_after_byref_func  = remove