Re: clang-format and 'clang-format on' and 'clang-format off'

From: Miguel Ojeda
Date: Sun Sep 15 2019 - 14:32:06 EST


On Fri, Sep 13, 2019 at 1:26 AM Joe Perches <joe@xxxxxxxxxxx> wrote:
>
> Not every project is going to use only the clang-format tool.

Why? The end goal would be to enforce all code to be running under the
same formatting rules (which, in practice, means the same tool at the
moment).

Note that you can use clang-format with most editors (including vim,
emacs, VS, VSCode, XCode, Sublime, Atom...).

Cheers,
Miguel