wheybags / freeablo

[ARCHIVED] Modern reimplementation of the Diablo 1 game engine
GNU General Public License v3.0
2.16k stars 195 forks source link

Allow using newer versions of clang-format #425

Closed grantramsay closed 5 years ago

grantramsay commented 5 years ago

Newer clang-format was touching namespace comments on every file.. Tested on 8.0.0, CI build currently uses 5.0.0 Other file changes are whitespace only from running it, and hopefully back compatible with 5.0.0

Edit: Ugh 8.0.0 doesn't seem to be back compatible, unless there's some additional formatting options for those changes. Oh well it's still better than it was

wheybags commented 5 years ago

If you want to add a PPA or something similar to travis.yml so we get the newer version there, then that would be cool. Otherwise, I think we should just stick to the version we currently have available, so I'll close this for now.