From 2d1e08d36279ef4069f28b81f79e3a9a570259e9 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Wed, 20 Oct 2021 13:22:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=BE=D1=80=D0=BC=D0=B0=D1=82=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=BC=D0=BD=D0=BE?= =?UTF-8?q?=D0=B3=D0=BE=D1=81=D1=82=D1=80=D0=BE=D1=87=D0=BD=D1=8B=D1=85=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80=D0=B8?= =?UTF-8?q?=D0=B5=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/default.cfg b/default.cfg index e4cefe3..9b44916 100644 --- a/default.cfg +++ b/default.cfg @@ -2685,7 +2685,7 @@ cmt_reflow_fold_regex_file = "" # string # # Note that cmt_align_doxygen_javadoc_tags overrides this option for # paragraphs associated with javadoc tags -cmt_reflow_indent_to_paragraph_start = false # true/false +cmt_reflow_indent_to_paragraph_start = true # true/false # Whether to convert all tabs to spaces in comments. If false, tabs in # comments are left alone, unless used for indenting. @@ -2695,7 +2695,7 @@ cmt_convert_tab_to_spaces = false # true/false # keyword substitution and leading chars. # # Default: true -cmt_indent_multi = false # true/false +cmt_indent_multi = true # true/false # Whether to align doxygen javadoc-style tags ('@param', '@return', etc.) # and corresponding fields such that groups of consecutive block tags, @@ -2742,13 +2742,13 @@ cmt_cpp_nl_start = false # true/false cmt_cpp_nl_end = false # true/false # Whether to put a star on subsequent comment lines. -cmt_star_cont = false # true/false +cmt_star_cont = true # true/false # The number of spaces to insert at the start of subsequent comment lines. cmt_sp_before_star_cont = 0 # unsigned number # The number of spaces to insert after the star on subsequent comment lines. -cmt_sp_after_star_cont = 0 # unsigned number +cmt_sp_after_star_cont = 1 # unsigned number # For multi-line comments with a '*' lead, remove leading spaces if the first # and last lines of the comment are the same length.