Skip to content

Commit e0825e5

Browse files
author
Federico Fissore
committed
Added script to run astyle every once in a while against all .ino files
1 parent d20c028 commit e0825e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

format.every.sketch.sh

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

0 commit comments

Comments
 (0)