]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
pos_ done.
authorRudolf Polzer <divverent@xonotic.org>
Fri, 8 Nov 2013 13:14:44 +0000 (14:14 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 8 Nov 2013 13:14:44 +0000 (14:14 +0100)
qcsrc/uncrustify.cfg

index dcba6bbeddd0c59f49960d629fd278f51d05840f..04bacb7ce9e1f10930a7de236ed8fbfdf2a7cba9 100644 (file)
@@ -1408,22 +1408,22 @@ nl_create_while_one_liner                = false    # false/true
 #
 
 # The position of arithmetic operators in wrapped expressions
 #
 
 # The position of arithmetic operators in wrapped expressions
-pos_arith                                = join     # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force
+pos_arith                                = lead     # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force #force
 
 # The position of assignment in wrapped expressions.
 # Do not affect '=' followed by '{'
 
 # The position of assignment in wrapped expressions.
 # Do not affect '=' followed by '{'
-pos_assign                               = join     # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force
+pos_assign                               = trail    # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force #force
 
 # The position of boolean operators in wrapped expressions
 
 # The position of boolean operators in wrapped expressions
-pos_bool                                 = join     # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force
+pos_bool                                 = lead     # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force #force
 
 # The position of comparison operators in wrapped expressions
 # WARNING: Best is not unique (join lead)
 
 # The position of comparison operators in wrapped expressions
 # WARNING: Best is not unique (join lead)
-pos_compare                              = ignore   # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force
+pos_compare                              = lead     # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force #force
 
 # The position of conditional (b ? t : f) operators in wrapped expressions
 # NOTE: is 4 worse than ignore
 
 # The position of conditional (b ? t : f) operators in wrapped expressions
 # NOTE: is 4 worse than ignore
-pos_conditional                          = trail    # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force
+pos_conditional                          = lead     # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force #force
 
 # The position of the comma in wrapped expressions
 # NOTE: is 2 worse than ignore
 
 # The position of the comma in wrapped expressions
 # NOTE: is 2 worse than ignore