Added script to run astyle every once in a while against all .ino files

This commit is contained in:
Federico Fissore 2013-12-11 21:55:00 +01:00
parent d20c028469
commit e0825e5d3e
1 changed files with 2 additions and 0 deletions

2
format.every.sketch.sh Normal file
View File

@ -0,0 +1,2 @@
# you need to have astyle installed before running this
find libraries/ hardware/ -name '*.ino' -exec astyle --options=build/shared/lib/formatter.conf {} \;