From: Martin Taibr Date: Mon, 25 Sep 2017 03:15:56 +0000 (+0200) Subject: fix uncrustify aligning comments on second pass X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6924dba346b88af87a2bf2b4957947fce77a064b;p=xonotic%2Fxonotic-data.pk3dir.git fix uncrustify aligning comments on second pass --- 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