diff --git a/format.sh b/format.sh index 006afd0..8a0b787 100644 --- a/format.sh +++ b/format.sh @@ -1,4 +1,4 @@ #!/bin/bash -# sudo apt-get install clang-format +# sudo apt-get install clang-format version 10 find ./ -regex '.*\.cc\|.*\.cpp|.*\.h\|.*\.proto' -and -not -regex '.*\.pb\.cc\|.*\.pb\.h' | xargs clang-format -i --style=file