mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 03:36:07 +08:00
Remove Ubuntu code style script - people should use the reference one
This commit is contained in:
@@ -1,19 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
astyle \
|
|
||||||
--style=linux \
|
|
||||||
--indent=force-tab=8 \
|
|
||||||
--indent-cases \
|
|
||||||
--indent-preprocessor \
|
|
||||||
--break-blocks=all \
|
|
||||||
--pad-oper \
|
|
||||||
--pad-header \
|
|
||||||
--unpad-paren \
|
|
||||||
--keep-one-line-blocks \
|
|
||||||
--keep-one-line-statements \
|
|
||||||
--align-pointer=name \
|
|
||||||
--suffix=none \
|
|
||||||
--lineend=linux \
|
|
||||||
$*
|
|
||||||
#--ignore-exclude-errors-x \
|
|
||||||
#--exclude=EASTL \
|
|
||||||
#--align-reference=name \
|
|
||||||
Reference in New Issue
Block a user