summaryrefslogtreecommitdiff
path: root/src/clang-format-all.sh
blob: 3fd9e337511687bf6a19c34045c820e6de0ef02d (plain)
1
2
3
4
5
6
# Running it twice corrects some bugs in clang-format.
for run in {1..2}
do
  clang-format -i -style=file 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