Add examples/android/binder/ to clang_format_all_the_things (#27114)
This commit is contained in:
parent
5444bdfef5
commit
44fc369f05
|
|
@ -16,7 +16,7 @@
|
|||
set -e
|
||||
|
||||
# directories to run against
|
||||
DIRS="examples/cpp src/core/lib src/core/tsi src/core/ext src/cpp test/core test/cpp include src/compiler src/csharp src/ruby third_party/address_sorting src/objective-c tools/distrib/python"
|
||||
DIRS="examples/cpp examples/android/binder src/core/lib src/core/tsi src/core/ext src/cpp test/core test/cpp include src/compiler src/csharp src/ruby third_party/address_sorting src/objective-c tools/distrib/python"
|
||||
|
||||
# file matching patterns to check
|
||||
GLOB="*.h *.c *.cc *.m *.mm"
|
||||
|
|
|
|||
Loading…
Reference in New Issue