+list
On Sun, Feb 18, 2018 at 10:24 AM, Kim Gräsman wrote:
> Hi Ray,
>
> I think clang-format searches for a ".clang-format" or "_clang-format"
> file by default, so you shouldn't need a -style argument.
>
> But if you do, it should probably say "-style=file" verbatim, to
> indicate that clang-fo
I'm trying to configure a custom style options file for clang-format v6.0.0
running on Windows 10 Pro 64-bit. I started out by generating a configuration
file based upon the llvm style using the following command line, which worked
fine:
clang-format -style=llvm -dump-config > .clang-format