James Kuszmaul | 8e62b02 | 2022-03-22 09:33:25 -0700 | [diff] [blame] | 1 | # Running it twice corrects some bugs in clang-format. |
2 | for run in {1..2} | ||||
3 | do | ||||
4 | clang-format -i include/flatbuffers/* src/*.cpp tests/*.cpp samples/*.cpp grpc/src/compiler/schema_interface.h grpc/tests/*.cpp | ||||
5 | done | ||||
6 | git checkout include/flatbuffers/reflection_generated.h |