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
Differential D48539
[clang-format] Fix end-of-file comments text proto formatting krasimir on Jun 25 2018, 3:39 AM. Authored by
Details 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
|