From be6c11a66b55d7affab5103eac90dccc15d66ea4 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Mon, 25 Sep 2017 04:14:10 +0200 Subject: [PATCH] fix comments in column1 --- qcsrc/uncrustify.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2