summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/byref-left.cfg
blob: 6bc66685803319ef735f259882e4d67cd4f1ed9d (plain)
1
2
3
4
5
6
7
8
# Places the byref as follows: "int &foo"
sp_before_byref      = 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