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 Authored by krasimir on Feb 19 2018, 8:01 AM.
Details This fixes the detection of scope openers in text proto extensions; previously msg {
[aa.bb
] {
key: value
}
}
Diff Detail
|