mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-03 12:21:23 +00:00
7 lines
277 B
Bash
7 lines
277 B
Bash
# Running it twice corrects some bugs in clang-format.
|
|
for run in {1..2}
|
|
do
|
|
git clang-format HEAD^ -- include/flatbuffers/* src/*.cpp tests/*.cpp samples/*.cpp grpc/src/compiler/schema_interface.h grpc/tests/*.cpp
|
|
done
|
|
git checkout include/flatbuffers/reflection_generated.h
|