mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-28 09:24:14 +01:00
Added script to run astyle every once in a while against all .ino files
This commit is contained in:
parent
d20c028469
commit
e0825e5d3e
2
format.every.sketch.sh
Normal file
2
format.every.sketch.sh
Normal 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 {} \;
|
Loading…
Reference in New Issue
Block a user