mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
Added script to run astyle every once in a while against all .ino files
This commit is contained in:
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 {} \;
|
Reference in New Issue
Block a user