Files
ArduinoJson/scripts/format-code.sh

3 lines
91 B
Bash
Raw Normal View History

cd ..
find include src test -regex ".*\.[ch]pp$" -exec clang-format -style=Google -i {} \;