mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
Start working on an astylerc for lwIP (not finished, don't use!)
This commit is contained in:
parent
1e5870ce85
commit
22ccc2e2b8
24
astylerc
Normal file
24
astylerc
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# lwIP astyle formatting options
|
||||||
|
|
||||||
|
# NOT FINISHED - DON'T USE
|
||||||
|
|
||||||
|
# braces and indent
|
||||||
|
style=otbs
|
||||||
|
indent=spaces=2
|
||||||
|
attach-extern-c
|
||||||
|
attach-closing-while
|
||||||
|
# indentation
|
||||||
|
indent-switches
|
||||||
|
indent-preproc-block
|
||||||
|
indent-preproc-define
|
||||||
|
max-continuation-indent=60
|
||||||
|
# padding
|
||||||
|
pad-oper
|
||||||
|
pad-comma
|
||||||
|
pad-header
|
||||||
|
align-pointer=name
|
||||||
|
# formatting
|
||||||
|
break-one-line-headers
|
||||||
|
keep-one-line-blocks
|
||||||
|
# don't use "other options" (e.g. formatted) in this file
|
||||||
|
# send them as additional command line options
|
Loading…
Reference in New Issue
Block a user