lairworks / nas2d-core

NAS2D is an open source, object oriented 2D game development framework written in portable C++.
http://nas2d.lairworks.com
zlib License
10 stars 5 forks source link

Use `clang-format` to set project code style #1076

Closed DanRStevens closed 2 years ago

DanRStevens commented 2 years ago

Closes #893

Fix the make format command to also format .cpp files. Update code style to match the clang-format rules.