Две пустых строки перед реализацией функции
This commit is contained in:
parent
c08ea6643d
commit
ac0fc23be4
@ -1671,7 +1671,7 @@ nl_define_macro = false # true/false
|
||||
# Whether to alter newlines between consecutive parenthesis closes. The number
|
||||
# of closing parentheses in a line will depend on respective open parenthesis
|
||||
# lines.
|
||||
nl_squeeze_paren_close = false # true/false
|
||||
nl_squeeze_paren_close = true # true/false
|
||||
|
||||
# Whether to remove blanks after '#ifxx' and '#elxx', or before '#elxx' and
|
||||
# '#endif'. Does not affect top-level #ifdefs.
|
||||
@ -1780,7 +1780,7 @@ nl_max_blank_in_func = 2 # unsigned number
|
||||
nl_before_func_body_proto = 0 # unsigned number
|
||||
|
||||
# The number of newlines before a multi-line function definition.
|
||||
nl_before_func_body_def = 0 # unsigned number
|
||||
nl_before_func_body_def = 3 # unsigned number
|
||||
|
||||
# The number of newlines before a class constructor/destructor prototype.
|
||||
nl_before_func_class_proto = 0 # unsigned number
|
||||
|
Loading…
Reference in New Issue
Block a user