mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-23 20:08:47 +00:00
feat: add astyle config
This commit is contained in:
parent
ea8cd399e5
commit
b422df500d
22
.astyle-format
Normal file
22
.astyle-format
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user