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