From 0fd7b3a9fb17463e1fd4c2b129937c07094db3ec Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Thu, 21 Nov 2019 11:52:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=B0=D1=80=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.cfg b/default.cfg index a2943d5..57a17fb 100644 --- a/default.cfg +++ b/default.cfg @@ -2371,7 +2371,7 @@ align_typedef_amp_style = 0 # unsigned number # The span for aligning comments that end lines. # # 0: Don't align (default). -align_right_cmt_span = 1 # unsigned number +align_right_cmt_span = 120 # unsigned number # Minimum number of columns between preceding text and a trailing comment in # order for the comment to qualify for being aligned. Must be non-zero to have @@ -2383,7 +2383,7 @@ align_right_cmt_gap = 1 # unsigned number align_right_cmt_mix = false # true/false # Whether to only align trailing comments that are at the same brace level. -align_right_cmt_same_level = false # true/false +align_right_cmt_same_level = true # true/false # Minimum column at which to align trailing comments. Comments which are # aligned beyond this column, but which can be aligned in a lesser column,