diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/nl_template-r.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/nl_template-r.cfg | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/nl_template-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/nl_template-r.cfg new file mode 100644 index 00000000..6220a8db --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/nl_template-r.cfg @@ -0,0 +1,19 @@ +# Removes newlines between template '>' and class +tok_split_gte = true +sp_arith = force +sp_compare = force +sp_before_unnamed_ptr_star = remove +sp_before_byref = remove +sp_after_byref = force +sp_after_angle = force +sp_angle_paren_empty = remove +sp_after_operator = force +sp_after_cast = force +sp_inside_braces_struct = force +sp_inside_braces = force +sp_func_proto_paren = remove +sp_func_def_paren = remove +indent_columns = 3 +indent_class = true +nl_template_class = remove +nl_template_func = remove |