1
0
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:
david gauchard
2019-02-18 01:10:44 +01:00
committed by GitHub
parent b93b37fb81
commit e7e7a4da17
6 changed files with 84 additions and 7 deletions

View File

@ -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