0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-16 20:05:26 +00:00

feat: update astyle format

This commit is contained in:
Baoshuo Ren 2021-11-19 16:12:29 +08:00 committed by Baoshuo Ren
parent aaa06f9974
commit 72afe07e91
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -1,22 +1,24 @@
style=java style=java
indent=spaces=4
indent-modifiers
attach-namespaces attach-namespaces
attach-classes attach-classes
attach-inlines attach-inlines
attach-extern-c attach-extern-c
attach-closing-while attach-closing-while
attach-return-type
attach-return-type-decl
indent=spaces=4
indent-modifiers
indent-classes indent-classes
indent-switches indent-switches
indent-col1-comments indent-col1-comments
attach-return-type indent-preproc-block
attach-return-type-decl
pad-oper pad-oper
pad-comma pad-comma
pad-header pad-header
unpad-paren unpad-paren
align-pointer=name align-pointer=name
break-one-line-headers
convert-tabs convert-tabs
close-templates close-templates
break-after-logical break-after-logical
break-one-line-headers
add-braces