diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/op-space-force.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/op-space-force.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/op-space-force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/op-space-force.cfg new file mode 100644 index 00000000..4feac69a --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/op-space-force.cfg @@ -0,0 +1,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 |