diff --git a/default.cfg b/default.cfg index 02a34d3..fb0ef37 100644 --- a/default.cfg +++ b/default.cfg @@ -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.