Пустые строки между функциями

This commit is contained in:
Andrei Astafev 2019-08-27 07:09:09 +03:00
parent 22aa5788f2
commit 1a84ca9645

View File

@ -1821,7 +1821,7 @@ nl_after_func_class_proto_group = 0 # unsigned number
nl_class_leave_one_liner_groups = false # true/false
# The number of newlines after '}' of a multi-line function body.
nl_after_func_body = 0 # unsigned number
nl_after_func_body = 3 # unsigned number
# The number of newlines after '}' of a multi-line function body in a class
# declaration. Also affects class constructors/destructors.