1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Arduino/format.every.sketch.sh
2015-07-06 15:19:05 +02:00

3 lines
207 B
Bash

# you need to have astyle installed before running this
find -name '*.ino' -exec /home/federico/materiale/works_Arduino/astyle/astyle-code/AStyle/build/gcc/bin/astyle --options=examples_formatter.conf {} \;