xref: /aosp_15_r20/external/flatbuffers/scripts/clang-format-all.sh (revision 890232f25432b36107d06881e0a25aaa6b473652)
1*890232f2SAndroid Build Coastguard Worker# Running it twice corrects some bugs in clang-format.
2*890232f2SAndroid Build Coastguard Workerfor run in {1..2}
3*890232f2SAndroid Build Coastguard Workerdo
4*890232f2SAndroid Build Coastguard Worker  clang-format -i include/flatbuffers/* src/*.cpp tests/*.cpp samples/*.cpp grpc/src/compiler/schema_interface.h grpc/tests/*.cpp
5*890232f2SAndroid Build Coastguard Workerdone
6*890232f2SAndroid Build Coastguard Workergit checkout include/flatbuffers/reflection_generated.h
7