...
(obviously use whatever package manager you want)
Clang Ignore
If ever there is a block of code that needs an exception to this formatter, which does happen on occasion, you can encapsulate that code within these comments:
Code Block |
---|
// clang-format off
...
// clang-format on |