SFML / CSFML

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

Add new clang-format integration and reformat codebase #280

Closed ChrisThrasher closed 2 weeks ago

ChrisThrasher commented 2 weeks ago

Closes #217

This uses the same .clang-format file as SFML with only minor changes to accommodate CSFML's unique header prefix. Just like SFML there is a format target to run clang-format and a CI job that ensures formatting is correct. The first commit of this PR is all the new code I added. The second commit is merely the results of reformatting the codebase.