revery-ui / revery

:zap: Native, high-performance, cross-platform desktop apps - built with Reason!
https://www.outrunlabs.com/revery/
MIT License
8.06k stars 196 forks source link

chore(format): extend C formatting script to also format C++ files #958

Closed zbaylin closed 4 years ago

zbaylin commented 4 years ago

When I first added astyle, we didn't have any C++ files to format so I left out all .cpp files from formatting. Now that we have the monorepo, that's changed. I think it's a good idea to have consistent formatting across all of our native code.