You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On having to edit the contents of a command's usage() function for the first time following merge of #2652, I'm immediately repulsed by the formatting of particularly OPTIONS. It's become much harder to navigate.
One prospect that I don't recall discussing in the relevant threads was to simply explicitly disable clang-format via code comments (eg).
Alternatively we can try to find a different syntax that plays better with clang-format; but that would likely lead to a hard backward compatibility break.
The text was updated successfully, but these errors were encountered:
On having to edit the contents of a command's
usage()
function for the first time following merge of #2652, I'm immediately repulsed by the formatting of particularlyOPTIONS
. It's become much harder to navigate.One prospect that I don't recall discussing in the relevant threads was to simply explicitly disable
clang-format
via code comments (eg).Alternatively we can try to find a different syntax that plays better with
clang-format
; but that would likely lead to a hard backward compatibility break.The text was updated successfully, but these errors were encountered: