This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

krasimir created this revision.Jun 25 2018, 3:39 AM
This revision was not accepted when it landed; it landed in state Needs Review.Jun 25 2018, 4:13 AM
This revision was automatically updated to reflect the committed changes.