From a81f6a48e03c767e3cc768813bf970e2188899d1 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Wed, 2 Oct 2019 14:23:45 +0300 Subject: [PATCH] update --- default.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/default.cfg b/default.cfg index d9a99fb..4199c93 100644 --- a/default.cfg +++ b/default.cfg @@ -2560,15 +2560,15 @@ mod_remove_extra_semicolon = true # true/false # If a function body exceeds the specified number of newlines and doesn't have # a comment after the close brace, a comment will be added. -mod_add_long_function_closebrace_comment = 20 # unsigned number +mod_add_long_function_closebrace_comment = 20 # unsigned number # If a namespace body exceeds the specified number of newlines and doesn't # have a comment after the close brace, a comment will be added. -mod_add_long_namespace_closebrace_comment = 2 # unsigned number +mod_add_long_namespace_closebrace_comment = 2 # unsigned number # If a class body exceeds the specified number of newlines and doesn't have a # comment after the close brace, a comment will be added. -mod_add_long_class_closebrace_comment = 20 # unsigned number +mod_add_long_class_closebrace_comment = 16 # unsigned number # If a switch body exceeds the specified number of newlines and doesn't have a # comment after the close brace, a comment will be added. @@ -2576,11 +2576,11 @@ mod_add_long_switch_closebrace_comment = 20 # unsigned number # If an #ifdef body exceeds the specified number of newlines and doesn't have # a comment after the #endif, a comment will be added. -mod_add_long_ifdef_endif_comment = 20 # unsigned number +mod_add_long_ifdef_endif_comment = 16 # unsigned number # If an #ifdef or #else body exceeds the specified number of newlines and # doesn't have a comment after the #else, a comment will be added. -mod_add_long_ifdef_else_comment = 20 # unsigned number +mod_add_long_ifdef_else_comment = 16 # unsigned number # Whether to take care of the case by the mod_sort_xx options. mod_sort_case_sensitive = false # true/false