We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc3256 commit eae91abCopy full SHA for eae91ab
tests/.config/uncrustify.cfg
@@ -27,3 +27,14 @@ nl_collapse_empty_body = true
27
nl_after_func_body_one_liner = 0
28
29
sp_before_ellipsis = remove
30
+
31
32
+# 1. The primary fix: allow >> without spaces
33
+sp_angle_shift = remove
34
35
+# 2. Prevent spaces from being added when the template is "complex"
36
+sp_permit_cpp11_shift = true
37
38
+# 3. Ensure no space is added before the closing '>'
39
+# (This catches the specific ' - 1> >' case)
40
+sp_inside_angle = remove
0 commit comments