SFML / CSFML

Official binding of SFML for C
https://www.sfml-dev.org
Other
342 stars 121 forks source link

Add `tidy` target for running clang-tidy #276

Closed ChrisThrasher closed 2 weeks ago

ChrisThrasher commented 2 weeks ago

Mostly copying what SFML does to run clang-tidy. I enabled some basic checks which required modest changes. Going forward I plan to add and fix more checks.