This commit is contained in:
Andrei Astafev 2019-10-02 14:23:45 +03:00
parent c3eed90064
commit a81f6a48e0

View File

@ -2568,7 +2568,7 @@ mod_add_long_namespace_closebrace_comment = 2 # unsigned number
# If a class body exceeds the specified number of newlines and doesn't have a # 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. # 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 # 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. # 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 # If an #ifdef body exceeds the specified number of newlines and doesn't have
# a comment after the #endif, a comment will be added. # 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 # 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. # 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. # Whether to take care of the case by the mod_sort_xx options.
mod_sort_case_sensitive = false # true/false mod_sort_case_sensitive = false # true/false