mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
3 lines
91 B
Bash
3 lines
91 B
Bash
cd ..
|
|
find include src test -regex ".*\.[ch]pp$" -exec clang-format -style=Google -i {} \;
|