In Visual Studio, using .clang-format, Can I reformat all files at one time in the same directory?

In Visual Studio, I set my own .clang-format and it seems that I can only reformat one file at a time.

Is there any method to reformat all files in this directory? Thanks.

1 Like