clangd, black, editorconfig evangelism was: Is it time to --enable-warnings?

James Browning jamesb192 at jamesb192.com
Thu Feb 13 16:11:46 UTC 2025


I assume that few people use clangd[1] much.

With a reasonable config file, clangd can reach -Werror
-Weverything.

Clangd can also reformat code like clang-format[2].

Someone should translate the dot.emacs file into .clangd, 
.clang-format, and .editorconfig [3] files.

While I am not inclined to switch to a non-vi, non-emacs editor, 
I would like to hear if other people have tooling other than
those listed in devel/hacking.

I also use black[4] to format new Python projects; I expect some 
of you will not like it.

[1] https://clangd.llvm.org/
[2] https://clang.llvm.org/docs/ClangFormat.html
[3] https://editorconfig.org/
[4] https://black.readthedocs.io/en/stable/


More information about the devel mailing list