The case of end-of-file comments was formatted badly:
key: value # end-of-file comment
This patch fixes that formatting:
key: value # end-of-file comment
Paths
| Differential D48539
[clang-format] Fix end-of-file comments text proto formatting ClosedPublic Authored by krasimir on Jun 25 2018, 3:39 AM.
Details Summary The case of end-of-file comments was formatted badly: key: value # end-of-file comment This patch fixes that formatting: key: value # end-of-file comment
Diff Detail
Event TimelineClosed by commit rL335449: [clang-format] Fix end-of-file comments text proto formatting (authored by krasimir). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 152654 cfe/trunk/lib/Format/UnwrappedLineParser.cpp
cfe/trunk/unittests/Format/FormatTestTextProto.cpp
|