diff --git a/tools/uncrustify.cfg b/tools/uncrustify.cfg index c98710f70f..7e05e70906 100644 --- a/tools/uncrustify.cfg +++ b/tools/uncrustify.cfg @@ -104,7 +104,7 @@ cmt_star_cont = true # Add star to comment continuation cmt_sp_before_star_cont = 0 # was 1. One space before star on subsequent comment lines # The value 1 added an extra space, indenting by 2. cmt_sp_after_star_cont = 1 # One space after star on subsequent comment lines -cmt_multi_check_last = true # Multi-line comments with a '*' lead, remove leading spaces +cmt_multi_check_last = false # Multi-line comments with a '*' lead, remove leading spaces # cmt_insert_file_header # filename containing the file header # cmt_insert_file_footer # filename containing the file footer # cmt_insert_func_header # filename containing the function header