diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_ellipsis-f.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_ellipsis-f.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_ellipsis-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_ellipsis-f.cfg new file mode 100644 index 00000000..3cc88128 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_ellipsis-f.cfg @@ -0,0 +1,8 @@ +# Add or remove space between ')' and '...'. +sp_paren_ellipsis = force + +# Add or remove space between '...' and a parameter pack. +sp_ellipsis_parameter_pack = force + +sp_before_byref = force +sp_byref_ellipsis = force |