mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-10 01:07:57 +01:00
Arduino IDE: Place libraries in portable/sketchbook/libraries folder. PlatformIO: Place libraries in your projects lib folder.
8 lines
153 B
Bash
8 lines
153 B
Bash
cd ..
|
|
FILES=$(find include src test -regex ".*\.[ch]pp$")
|
|
|
|
clang-format -style=Google -i $FILES
|
|
|
|
# insert newline at end of file
|
|
sed -i -e '$a\' $FILES
|