This fixes the detection of scope openers in text proto extensions; previously
they were not detected correctly leading to instances like:
msg { [aa.bb ] { key: value } }
Differential D43469
[clang-format] Fix text proto extension scope opening detection krasimir on Feb 19 2018, 8:01 AM. Authored by
Details This fixes the detection of scope openers in text proto extensions; previously msg { [aa.bb ] { key: value } }
Diff Detail
|