mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-06 00:31:10 +01:00
2 lines
63 B
Bash
2 lines
63 B
Bash
find src -name '*.cpp' -or -name '*.h' | xargs clang-format -i
|