[PATCH] D54628: Extend format with AllowShortEnumsOnASingleLine option
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 14 07:21:46 PST 2019
MyDeveloperDay added a comment.
In D54628#1745645 <https://reviews.llvm.org/D54628#1745645>, @koalo wrote:
> Yes, that is at least my understanding. I just rebased to master.
>
> In my understanding, "short" means "put it on a single line if it fits considering the current maximum line length".
If you are going to use AllowShortEnumsOnASingleLine you need to test it being `true` and where AfterEnum = true
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54628/new/
https://reviews.llvm.org/D54628
More information about the cfe-commits
mailing list