[PATCH] D35015: [clang-format] Add space between a message field key and the opening bracket in proto messages

Krasimir Georgiev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 5 08:52:43 PDT 2017


krasimir created this revision.
Herald added a subscriber: klimek.

This patch updates the formatting of message fields of type `a{...}` to `a {...}`
for proto messages.


https://reviews.llvm.org/D35015

Files:
  lib/Format/TokenAnnotator.cpp
  unittests/Format/FormatTestProto.cpp
  unittests/Format/FormatTestTextProto.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35015.105277.patch
Type: text/x-patch
Size: 9792 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170705/f445b6e9/attachment.bin>


More information about the cfe-commits mailing list