[PATCH] D30564: [clang-tidy] Format code around applied fixes

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 3 03:07:03 PST 2017


alexfh added a comment.

In https://reviews.llvm.org/D30564#691446, @malcolm.parsons wrote:

> In https://reviews.llvm.org/D30564#691441, @alexfh wrote:
>
> > Replace the separate -format and -style options with -format-style (default is
> >  'none', which means no formatting).
>
>
> Is there a style that means use my .clang-format file?


Yes, `-format-style=file`, see the updated docs.


https://reviews.llvm.org/D30564





More information about the cfe-commits mailing list