Skip to content

Commit eae91ab

Browse files
committed
updates
1 parent 1cc3256 commit eae91ab

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/.config/uncrustify.cfg

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,14 @@ nl_collapse_empty_body = true
2727
nl_after_func_body_one_liner = 0
2828

2929
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

Comments
 (0)