mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 18:27:05 +08:00
astyle scripting move to Tools/astyle
This commit is contained in:
committed by
Lorenz Meier
parent
a02caff1bc
commit
9f15c572a3
@@ -0,0 +1,18 @@
|
||||
indent=force-tab=8
|
||||
style=linux
|
||||
indent-preprocessor
|
||||
indent-cases
|
||||
break-blocks=all
|
||||
pad-oper
|
||||
pad-header
|
||||
unpad-paren
|
||||
keep-one-line-blocks
|
||||
keep-one-line-statements
|
||||
align-pointer=name
|
||||
align-reference=name
|
||||
-n #--suffix=none
|
||||
ignore-exclude-errors-x
|
||||
lineend=linux
|
||||
exclude=EASTL
|
||||
add-brackets
|
||||
max-code-length=120
|
||||
Reference in New Issue
Block a user