mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-08 14:58:48 +00:00
feat: update astyle format
This commit is contained in:
parent
aaa06f9974
commit
72afe07e91
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user