Skip to content

Commit bce3784

Browse files
gregmagolanalexeagle
authored andcommitted
Enable clang-format for .proto files
1 parent b1b73f2 commit bce3784

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.clang-format

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ BasedOnStyle: Google
33
ColumnLimit: 100
44
---
55
Language: Proto
6-
# Don't format .proto files.
7-
DisableFormat: true
6+
ColumnLimit: 100
7+
SpacesInContainerLiterals: false
8+
AllowShortFunctionsOnASingleLine: false

0 commit comments

Comments
 (0)