-
Notifications
You must be signed in to change notification settings - Fork 7
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
clangd-format #6
Comments
I’d love to hear your thoughts on this. |
I agree, clang-format is already pretty fast on its own. This would be just to avoid downloading another dependency on each CI run since clangd already embeds clang-format. |
Sounds promising! However, I still need to confirm which option you’re expecting:
The latter would be more complex to implement. |
Option 1 would be great :) |
Are you planning on making a
clangd-format
equivalent? It would be very useful for CI jobs to just download clangd and have both clang-tidy and clang-format options.In any case, thank you for making this wrapper, it is very useful!
The text was updated successfully, but these errors were encountered: