]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Force // comment and if(cond)
authorRudolf Polzer <divverent@xonotic.org>
Thu, 7 Nov 2013 07:42:15 +0000 (08:42 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 7 Nov 2013 07:42:15 +0000 (08:42 +0100)
qcsrc/uncrustify.cfg

index 728462d0bd3306b893f9317b9190ed4735d4f262..b2744e53ead9d97e596f01458300ee0ebc6282f7 100644 (file)
@@ -415,8 +415,7 @@ sp_angle_shift                           = ignore   # ignore/add/remove/force
 sp_permit_cpp11_shift                    = false    # false/true
 
 # Add or remove space before '(' of 'if', 'for', 'switch', and 'while'
 sp_permit_cpp11_shift                    = false    # false/true
 
 # Add or remove space before '(' of 'if', 'for', 'switch', and 'while'
-# NOTE: is 4844 worse than ignore
-sp_before_sparen                         = remove   # ignore/add/remove/force
+sp_before_sparen                         = remove   # ignore/add/remove/force #force
 
 # Add or remove space inside if-condition '(' and ')'
 # NOTE: is 42 worse than ignore
 
 # Add or remove space inside if-condition '(' and ')'
 # NOTE: is 42 worse than ignore
@@ -796,8 +795,7 @@ sp_before_for_colon                      = ignore   # ignore/add/remove/force
 sp_extern_paren                          = ignore   # ignore/add/remove/force
 
 # Control the space after the opening of a C++ comment '// A' vs '//A'
 sp_extern_paren                          = ignore   # ignore/add/remove/force
 
 # Control the space after the opening of a C++ comment '// A' vs '//A'
-# NOTE: is 1436 worse than ignore
-sp_cmt_cpp_start                         = add      # ignore/add/remove/force
+sp_cmt_cpp_start                         = add      # ignore/add/remove/force #force
 
 # Controls the spaces between #else or #endif and a trailing comment
 # WARNING: Code doesn't seem to use this feature - delete from the config?
 
 # Controls the spaces between #else or #endif and a trailing comment
 # WARNING: Code doesn't seem to use this feature - delete from the config?