mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
* Always align function arguments at the opening paren if they have to break (never just indented 4 spaces) * Only break after a function's return type if there's no other way to make it fit in 100 columns * Allow one-liner case labels in a switch statement * Delete packages/coop/.clang-format * Reformat the world Diffs= 7d242ebc8 clang-format tweaks