clang-format Wrapper Script Examples
We recently learned how to use clang-format and created our own formatting style. Today I'd like to show you some of the scripts I use to wrap clang-format for different purposes. For any non-trivial use of clang-format, you probably want to use a wrapper. Some Notes on Options You'll see some common arguments used in …
