From 1a84ca9645e5026e3eb3a23b5f06ea2bb7e82e33 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Tue, 27 Aug 2019 07:09:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=83=D1=81=D1=82=D1=8B=D0=B5=20=D1=81?= =?UTF-8?q?=D1=82=D1=80=D0=BE=D0=BA=D0=B8=20=D0=BC=D0=B5=D0=B6=D0=B4=D1=83?= =?UTF-8?q?=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=8F=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.