clang-format icon indicating copy to clipboard operation
clang-format copied to clipboard

upgrade to latest clang-format

Open fs-eire opened this issue 1 year ago • 4 comments

I would like to use the clang-format config LineEnding introduced in v16, however v1.8.0 comes with clang-format v15. Is there a chance to upgrade to use clang-format v16?

fs-eire avatar Oct 04 '23 20:10 fs-eire

Unfortunately this repository is unmaintained. I'd suggest either building yourself, using the official LLVM releases for your platform, or using something like prettier.

mprobst avatar Oct 05 '23 09:10 mprobst

@mprobst Is there any possibility of adding active maintainers, or transferring the module elsewhere?

BenjaminNolan avatar Jul 16 '24 10:07 BenjaminNolan

@BenjaminNolan Sorry, I no longer have control over this repository.

That said, I don't believe anybody should be depending on this at this point. You should probably be using prettier, and remove all dependencies on this repo.

mprobst avatar Jul 16 '24 10:07 mprobst

@BenjaminNolan @fs-eire

Hello. I've developed a new package to succeed clang-format, though the post was written some time ago. If you still need to use clang-format, please feel free to check it out.

https://github.com/lumirlumir/npm-clang-format-node

lumirlumir avatar Sep 06 '24 13:09 lumirlumir