diff --git a/format.every.sketch.sh b/format.every.sketch.sh new file mode 100644 index 000000000..24b0ebc3e --- /dev/null +++ b/format.every.sketch.sh @@ -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 {} \;