[llvm-dev] clang-format and 'clang-format on' and 'clang-format off'

Miguel Ojeda via llvm-dev llvm-dev at lists.llvm.org
Sun Sep 15 11:25:41 PDT 2019


On Fri, Sep 13, 2019 at 1:26 AM Joe Perches <joe at perches.com> 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


More information about the llvm-dev mailing list