Closed as not planned
Description
Bugzilla Link | 39280 |
Version | unspecified |
OS | Linux |
CC | @aardappel,@abpostelnicu |
Extended Description
with this code:
static const uint32_t gWinEventMap[] = {
// clang-format off
1,
2,
3
// clang-format on
};
% clang-format-7 foo.cpp
returns:
static const uint32_t gWinEventMap[] = {
// clang-format off
1,
2,
3
// clang-format on
};
Because // clang-format off is all about disabling coding style, I believe we should not touch this comment.