From 72afe07e91112f209ad9cd9ed2f0828ec30e292a Mon Sep 17 00:00:00 2001 From: Ren Baoshuo Date: Fri, 19 Nov 2021 16:12:29 +0800 Subject: [PATCH] feat: update astyle format --- .astyle-format | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.astyle-format b/.astyle-format index bcee4cf8..b44aa428 100644 --- a/.astyle-format +++ b/.astyle-format @@ -1,22 +1,24 @@ style=java -indent=spaces=4 -indent-modifiers attach-namespaces attach-classes attach-inlines attach-extern-c attach-closing-while +attach-return-type +attach-return-type-decl +indent=spaces=4 +indent-modifiers indent-classes indent-switches indent-col1-comments -attach-return-type -attach-return-type-decl +indent-preproc-block pad-oper pad-comma pad-header unpad-paren align-pointer=name -break-one-line-headers convert-tabs close-templates break-after-logical +break-one-line-headers +add-braces