Форматирование многострочных комментариев

This commit is contained in:
Andrei Astafev 2021-10-20 13:22:03 +03:00
parent e11d85f133
commit 2d1e08d362

View File

@ -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.