Skip to content

Commit a434c9a

Browse files
committed
updates
1 parent df6c890 commit a434c9a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/.config/uncrustify.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ nl_after_for = remove
1010
indent_columns = 2
1111
indent_with_tabs = 0
1212
indent_continue = 0
13-
mod_full_brace_if = ignore
1413
nl_if_leave_one_liners = true
1514
set for rep
1615
type vi
@@ -46,3 +45,6 @@ nl_after_if = remove
4645
sp_before_constr_colon = remove
4746
sp_after_constr_colon = add
4847
sp_before_class_colon = remove
48+
pos_for_comma = trail
49+
nl_before_for = remove
50+
mod_full_brace_if = remove

0 commit comments

Comments
 (0)