Consider the following: // clang-format on // clang-format off Which is in wrong order and does something completely unintended // NOLINTBEGIN(foo,bar) // NO INTEND(bar,baz) Which has different tags and thus gets ignored
Consider the following:
// clang-format on
// clang-format off
Which is in wrong order and does something completely unintended
// NOLINTBEGIN(foo,bar)
// NO INTEND(bar,baz)
Which has different tags and thus gets ignored