]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix comments in column1
authorMartin Taibr <taibr.martin@gmail.com>
Mon, 25 Sep 2017 02:14:10 +0000 (04:14 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Mon, 25 Sep 2017 02:14:10 +0000 (04:14 +0200)
qcsrc/uncrustify.cfg

index 9ee94482ce7f4d4f6e36a0389a0fb923270a451b..f2b2649e9542017fc5193d7a26be5daff1523e17 100644 (file)
@@ -193,7 +193,7 @@ indent_case_shift                        = 0        # number
 indent_case_brace                        = 0        # number
 
 # Whether to indent comments found in first column
-indent_col1_comment                      = false    # false/true
+indent_col1_comment                      = true    # false/true
 
 # How to indent goto labels
 #  >0 : absolute column where 1 is the leftmost column
@@ -261,6 +261,7 @@ indent_oc_msg_colon                      = 0        # number #ignore
 #
 
 # Add or remove space around arithmetic operator '+', '-', '/', '*', etc
+# This is necessary to ignore because uncrustify doesn't understand our '**' operator and sometimes splits it into '* *'
 sp_arith                                 = ignore      # ignore/add/remove/force #force
 
 # Add or remove space around assignment operator '=', '+=', etc