1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00
Arduino/build/shared/examples_formatter.sh

3 lines
137 B
Bash
Raw Normal View History

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