mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
find . -name '*.c' -o -name '*.cpp' -o -name '*.cc'-o \
-name '*.h' -o -name '*.hpp' \
| xargs clang-format --style=file -i
Diffs=
c885b0ffd clang-format the universe