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

applied clang format to the repository #325

Merged
merged 3 commits into from
Sep 4, 2024

Conversation

Fixstars-momoko
Copy link
Contributor

@Fixstars-momoko Fixstars-momoko commented Sep 4, 2024

find . -name '*.h' -o -name '*.cc' | xargs clang-format -i

@Fixstars-momoko Fixstars-momoko changed the title applied clang format on iamge-io applied clang format to the repository Sep 4, 2024
@Fixstars-momoko
Copy link
Contributor Author

Excluded the imported items:

find . -name '*.h' -o -name '*.cc' \
-not -path './src/json/*' \
-not -path './src/spdlog/*' \
-not -path './src/uuid/*' \
-not -path './src/bb/image-io/gendc_separator/*' | xargs clang-format -i

@Fixstars-momoko
Copy link
Contributor Author

no sorting include haeders

SortIncludes: false

@Fixstars-momoko Fixstars-momoko force-pushed the feature/apply-clang-format branch from b590153 to 9949d45 Compare September 4, 2024 21:31
@iitaku iitaku merged commit 2c6d39e into fixstars:main Sep 4, 2024
3 checks passed
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.

2 participants