summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/op-space-force.cfg
blob: 4feac69a6b8cdab2f34afea937b16e8df06ef85b (plain)
1
2
3
4
5
6
7
8
9
# Forces a space after an operator
sp_before_byref       = remove
sp_before_byref_func  = remove
sp_after_byref        = force
sp_after_operator     = force
sp_after_operator_sym = force
indent_columns        = 3
indent_class          = true
align_right_cmt_span  = 2