From b422df500d5f114a4a5004ceadc945c319db5740 Mon Sep 17 00:00:00 2001 From: Ren Baoshuo Date: Fri, 19 Nov 2021 09:13:04 +0800 Subject: [PATCH] feat: add astyle config --- .astyle-format | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .astyle-format diff --git a/.astyle-format b/.astyle-format new file mode 100644 index 00000000..bcee4cf8 --- /dev/null +++ b/.astyle-format @@ -0,0 +1,22 @@ +style=java +indent=spaces=4 +indent-modifiers +attach-namespaces +attach-classes +attach-inlines +attach-extern-c +attach-closing-while +indent-classes +indent-switches +indent-col1-comments +attach-return-type +attach-return-type-decl +pad-oper +pad-comma +pad-header +unpad-paren +align-pointer=name +break-one-line-headers +convert-tabs +close-templates +break-after-logical