rive-app / rive-cpp-legacy

C++ runtime for Rive
MIT License
287 stars 43 forks source link

Bump .clang-format to 100 columns #221

Closed csmartdalton closed 2 years ago

csmartdalton commented 2 years ago

rive-cpp side of the change in formatting

csmartdalton commented 2 years ago

LGTM! How did you re-run the formatter for the whole project btw?

find include/ src/ -name *.cpp -o -name *.hpp | xargs clang-format -style=file -i