MegaGlest / megaglest-source

MegaGlest real-time strategy game engine (cross-platform, 3-d)
http://megaglest.org/
344 stars 89 forks source link

test formatting all code in with clang style #267

Open Jammyjamjamman opened 1 year ago

Jammyjamjamman commented 1 year ago

shared_lib/{sources/{feathery_ftp,libircclient},include/libircclient} excluded because it doesn't work with them and they're dependencies, not part of mg project

Command used: find . ( -iname ".h" -o -iname ".cpp" -o -iname ".hpp" -o -iname ".c" ) -exec clang-format -i {} \;