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.