summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/nl_template-r.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/nl_template-r.cfg')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/nl_template-r.cfg21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/nl_template-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/nl_template-r.cfg
new file mode 100644
index 00000000..443693e5
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/nl_template-r.cfg
@@ -0,0 +1,21 @@
+# 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
+sp_angle_word = force
+sp_angle_word = force
+indent_columns = 3
+indent_class = true
+nl_template_class = remove
+nl_template_func = remove