mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-04 06:06:36 +02: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 {} \;
|