]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/uncrustify.cfg
Force sp_after_comma (only is inconsistent because of historic fteqcc
[xonotic/xonotic-data.pk3dir.git] / qcsrc / uncrustify.cfg
index 728462d0bd3306b893f9317b9190ed4735d4f262..dcba6bbeddd0c59f49960d629fd278f51d05840f 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
@@ -477,7 +476,7 @@ sp_inside_square                         = remove   # ignore/add/remove/force
 
 # Add or remove space after ','
 # NOTE: is 742 worse than ignore
 
 # Add or remove space after ','
 # NOTE: is 742 worse than ignore
-sp_after_comma                           = add      # ignore/add/remove/force
+sp_after_comma                           = add      # ignore/add/remove/force #force
 
 # Add or remove space before ','
 # NOTE: is 58 worse than ignore
 
 # Add or remove space before ','
 # NOTE: is 58 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?