Files
ArduinoJson/scripts/format-code.sh

2 lines
57 B
Bash
Raw Normal View History

2014-10-23 19:54:00 +02:00
find .. -regex ".*\.[ch]pp$" -exec clang-format -i {} \;