You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clang-format has a limitation that it only looks in the current director, or above it, when searching for a config file.
I have multiple repositories, A, B, and C.
A and B have source code.
C has common configuration including the clang-format file, which is shared with B and C.
Thanks for your reply. I will try it.
Originally posted by @sangshuduo in #50 (comment)
Clang-format has a limitation that it only looks in the current director, or above it, when searching for a config file.
I have multiple repositories, A, B, and C.
A and B have source code.
C has common configuration including the clang-format file, which is shared with B and C.
Latest clang-format has support for this: https://stackoverflow.com/a/70859277/11032285
Is there anything that I should do to use that?
The text was updated successfully, but these errors were encountered: