This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Disable some text proto delimiters and functions for google style
ClosedPublic

Authored by krasimir on Jan 29 2018, 11:15 AM.

Details

Summary

This disables some of the most commonly used text proto delimiters and functions
for google style until we resolve several style options for that style.
In particular, wheter there should be a space surrounding braces `msg { sub { key : value } }`
and the extent of packing of submessages on a same line.

Diff Detail

Repository
rL LLVM

Event Timeline

krasimir created this revision.Jan 29 2018, 11:15 AM
sammccall accepted this revision.Jan 29 2018, 11:22 AM
This revision is now accepted and ready to land.Jan 29 2018, 11:22 AM
This revision was automatically updated to reflect the committed changes.