mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-29 05:21:37 +03:00
prepare allman style (#5774)
This commit is contained in:
@ -4,10 +4,8 @@
|
||||
|
||||
set -ev
|
||||
|
||||
find $TRAVIS_BUILD_DIR/libraries -name '*.ino' -exec \
|
||||
astyle \
|
||||
--suffix=none \
|
||||
--options=$TRAVIS_BUILD_DIR/tests/examples_style.conf {} \;
|
||||
org=$(cd ${0%/*}; pwd)
|
||||
${org}/../restyle.sh
|
||||
|
||||
# Revert changes which astyle might have done to the submodules,
|
||||
# as we don't want to fail the build because of the 3rd party libraries
|
||||
|
Reference in New Issue
Block a user