1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Arduino/build/shared/examples_formatter.sh
2017-05-30 17:08:58 +02:00

3 lines
137 B
Bash
Executable File

# you need to have astyle installed before running this
find examples -name '*.ino' -exec astyle --options=examples_formatter.conf {} \;