We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6c890 commit a434c9aCopy full SHA for a434c9a
1 file changed
tests/.config/uncrustify.cfg
@@ -10,7 +10,6 @@ nl_after_for = remove
10
indent_columns = 2
11
indent_with_tabs = 0
12
indent_continue = 0
13
-mod_full_brace_if = ignore
14
nl_if_leave_one_liners = true
15
set for rep
16
type vi
@@ -46,3 +45,6 @@ nl_after_if = remove
46
45
sp_before_constr_colon = remove
47
sp_after_constr_colon = add
48
sp_before_class_colon = remove
+pos_for_comma = trail
49
+nl_before_for = remove
50
+mod_full_brace_if = remove
0 commit comments