megaglest-source icon indicating copy to clipboard operation
megaglest-source copied to clipboard

test formatting all code in with clang style

Open Jammyjamjamman opened this issue 1 year ago • 0 comments

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 {} ;

Jammyjamjamman avatar Mar 29 '23 00:03 Jammyjamjamman