Arduino/build/shared/examples_formatter.sh

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 {} \;