From: Martin Taibr Date: Mon, 25 Sep 2017 02:14:10 +0000 (+0200) Subject: fix comments in column1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=be6c11a66b55d7affab5103eac90dccc15d66ea4;p=xonotic%2Fxonotic-data.pk3dir.git fix comments in column1 --- diff --git a/qcsrc/uncrustify.cfg b/qcsrc/uncrustify.cfg index 9ee94482c..f2b2649e9 100644 --- a/qcsrc/uncrustify.cfg +++ b/qcsrc/uncrustify.cfg @@ -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