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

clang-format in CI #1173

Closed
germasch opened this issue Feb 13, 2019 · 0 comments
Closed

clang-format in CI #1173

germasch opened this issue Feb 13, 2019 · 0 comments

Comments

@germasch
Copy link
Contributor

So I think I figured out why I still get mis-formatted files even though I was using git clang-format: By default, it won't check .inl, and .tcc files.

I did this locally:

git config clangformat.extensions "c,h,cc,cp,cpp,c++,cxx,hpp,inl,tcc"

and I think this also should be done in the CI, since the CI didn't complain about my misformatted .inl and .tcc files.

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

No branches or pull requests

2 participants