Am Do., 20. Juni 2019 um 21:47 Uhr schrieb Nico Huber nico.h@gmx.de:
That's all true, but it forces an order of the tools you run. e.g. don't integrate clang-format into your editor because it might hide the problem before the compiler can warn you.
So don't integrate clang-format into your editor unless you also add some C checker that knows about indentation (eg. a gcc/clang based LSP like https://clang.llvm.org/extra/clangd/) for live feedback.
Patrick