Open mateosss opened 1 month ago
clang-format
is already fast enough, so IMO there’s no strong reason to create a clangd-format
solely to avoid typing pip install clang-format
.
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:
clangd-tidy
to check formatting.clang-format
.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!