[PATCH] D121451: [clang-format] Add space to comments starting with '#'.
Marek Kurdej via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 21 01:48:04 PDT 2022
curdeius added a comment.
In D121451#3395578 <https://reviews.llvm.org/D121451#3395578>, @krasimir wrote:
> This appears to have broken a relatively common pattern we see in text proto comments where sections use a style like this:
>
> ################################################################################
> # Big section name
> ################################################################################
That's a pity.
Do you think that just doing a different thing (what we had before) for Proto (and if possible other languages where `#` is used in a similar way) should be enough?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121451/new/
https://reviews.llvm.org/D121451
More information about the cfe-commits
mailing list