format.sh 336 B

12345678910
  1. dos2unix */*.h
  2. dos2unix */*.cpp
  3. clang-format -i -style=Google example/*.h
  4. clang-format -i -style=Google example/*.cpp
  5. clang-format -i -style=Google benchmark/*.h
  6. clang-format -i -style=Google benchmark/*.cpp
  7. clang-format -i -style=Google include/*.h
  8. clang-format -i -style=Google src/*.cpp
  9. clang-format -i -style=Google unittest/*.cpp