rive-app / rive-cpp-legacy

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

Convert tabs to spaces #153

Closed mikerreed closed 2 years ago

mikerreed commented 2 years ago

example shell command

find . -name *.cpp | xargs clang-format -i

(with modify .clang-format to disable tabs)