Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test formatting all code in with clang style #267

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

Jammyjamjamman
Copy link
Contributor

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

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 Jammyjamjamman self-assigned this Mar 29, 2023
@Jammyjamjamman Jammyjamjamman marked this pull request as draft March 29, 2023 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant