mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +03:00
3 lines
157 B
Bash
3 lines
157 B
Bash
# you need to have astyle installed before running this
|
|
find libraries/ hardware/ -name '*.ino' -exec astyle --options=build/shared/lib/formatter.conf {} \;
|