Skip to content

Commit 6ef636a

Browse files
Milica Selakovicfacebook-github-bot
Milica Selakovic
authored andcommitted
Add formating for proto raw string format
Summary: allow-large-files Reviewed By: zertosh Differential Revision: D60961043 fbshipit-source-id: 384e9e741973f0bdbb66beff629b70db4e7b3ea7
1 parent ba8476f commit 6ef636a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.clang-format

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ PenaltyBreakString: 1000
6969
PenaltyExcessCharacter: 1000000
7070
PenaltyReturnTypeOnItsOwnLine: 200
7171
PointerAlignment: Left
72+
RawStringFormats:
73+
- Language: TextProto
74+
Delimiters:
75+
- pb
7276
ReflowComments: true
7377
SortIncludes: true
7478
SpaceAfterCStyleCast: false

0 commit comments

Comments
 (0)