forked from bblanchon/ArduinoJson
3 lines
91 B
Bash
3 lines
91 B
Bash
cd ..
|
|
find include src test -regex ".*\.[ch]pp$" -exec clang-format -style=Google -i {} \;
|