This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Adds space around braces in text protos
ClosedPublic

Authored by krasimir on Jan 30 2018, 5:04 AM.

Details

Summary

This patch modifies the text proto Google style to add spaces around braces.

I investigated using something different than Cpp11BracedListStyle, but it turns out it's what we want and also the java and js styles also depend on that.

Diff Detail

Repository
rC Clang

Event Timeline

krasimir created this revision.Jan 30 2018, 5:04 AM
djasper accepted this revision.Jan 30 2018, 6:20 AM

Looks good.

This revision is now accepted and ready to land.Jan 30 2018, 6:20 AM
This revision was automatically updated to reflect the committed changes.