Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame] | 1 | # Running it twice corrects some bugs in clang-format. |
2 | for run in {1..2} | ||||
3 | do | ||||
4 | git clang-format HEAD^ -- 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 |