update
This commit is contained in:
parent
c3eed90064
commit
a81f6a48e0
@ -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
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user