Add src/compiler to clang format

pull/6539/head
Masood Malekghassemi 9 years ago
parent 6b8a8e4a74
commit 1fa0faa2e2
  1. 2
      tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh

@ -31,7 +31,7 @@
set -e
# directories to run against
DIRS="src/core/lib src/core/ext src/cpp test/core test/cpp include"
DIRS="src/core/lib src/core/ext src/cpp test/core test/cpp include src/compiler"
# file matching patterns to check
GLOB="*.h *.c *.cc"

Loading…
Cancel
Save