diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/byref-left.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/byref-left.cfg | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/byref-left.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/byref-left.cfg deleted file mode 100644 index 6bc66685..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/byref-left.cfg +++ /dev/null @@ -1,8 +0,0 @@ -# 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 |