mirror of https://github.com/ArduPilot/ardupilot
Tools: CodeStyle: astylerc: change style to linux
max-continuation-indent=100 not supported in v2.x but is OK in 3.1
This commit is contained in:
parent
b5849b356e
commit
3cbbc33766
|
@ -1,9 +1,10 @@
|
|||
style=stroustrup
|
||||
style=linux
|
||||
keep-one-line-statements
|
||||
add-brackets
|
||||
indent=spaces=4
|
||||
indent-col1-comments
|
||||
min-conditional-indent=0
|
||||
suffix=none
|
||||
lineend=linux
|
||||
unpad-paren
|
||||
pad-header
|
||||
|
||||
|
|
Loading…
Reference in New Issue