blob: b962d616163a7cdc31510488949fd7ae0d589086 [file] [log] [blame]
Austin Schuh272c6132020-11-14 16:37:52 -08001# Running it twice corrects some bugs in clang-format.
2for run in {1..2}
3do
James Kuszmaul8e62b022022-03-22 09:33:25 -07004 git clang-format HEAD^ -- include/flatbuffers/* src/*.cpp tests/*.cpp samples/*.cpp grpc/src/compiler/schema_interface.h grpc/tests/*.cpp -f
Austin Schuh272c6132020-11-14 16:37:52 -08005done
6git checkout include/flatbuffers/reflection_generated.h