...

Text file src/github.com/google/flatbuffers/scripts/clang-format-git.sh

Documentation: github.com/google/flatbuffers/scripts

     1# Running it twice corrects some bugs in clang-format.
     2for run in {1..2}
     3do
     4  git clang-format HEAD^ -- include/flatbuffers/* src/*.cpp tests/*.cpp samples/*.cpp grpc/src/compiler/schema_interface.h grpc/tests/*.cpp -f
     5done
     6git checkout include/flatbuffers/reflection_generated.h

View as plain text