From 6924dba346b88af87a2bf2b4957947fce77a064b Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Mon, 25 Sep 2017 05:15:56 +0200 Subject: [PATCH] fix uncrustify aligning comments on second pass --- qcsrc/uncrustify.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/uncrustify.cfg b/qcsrc/uncrustify.cfg index f2b2649e9..31154008a 100644 --- a/qcsrc/uncrustify.cfg +++ b/qcsrc/uncrustify.cfg @@ -940,7 +940,7 @@ align_typedef_star_style = 0 # number align_typedef_amp_style = 0 # number # The span for aligning comments that end lines (0=don't align) -align_right_cmt_span = indent_columns # number +align_right_cmt_span = 0 # number # If aligning comments, mix with comments after '}' and #endif with less than 3 spaces before the comment align_right_cmt_mix = false # false/true -- 2.39.2