Skip to content

Commit c5d715a

Browse files
committed
Apply whitespace checks to .proto files
Signed-off-by: Alyssa Wilk <[email protected]>
1 parent cd1cd04 commit c5d715a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/check_format.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
EXCLUDED_PREFIXES = ("./generated/", "./thirdparty/", "./build", "./.git/",
1515
"./bazel-", "./bazel/external", "./.cache")
16-
SUFFIXES = (".cc", ".h", "BUILD", ".md", ".rst")
17-
DOCS_SUFFIX = (".md", ".rst")
16+
SUFFIXES = (".cc", ".h", "BUILD", ".md", ".rst", ".proto")
17+
DOCS_SUFFIX = (".md", ".rst", ".proto")
1818

1919
# Files in these paths can make reference to protobuf stuff directly
2020
GOOGLE_PROTOBUF_WHITELIST = ('ci/prebuilt', 'source/common/protobuf', 'api/test')

0 commit comments

Comments
 (0)