From 56519ffbb412b5db6f92b594fab22914f52b6f46 Mon Sep 17 00:00:00 2001 From: chengyangkj Date: Fri, 26 Jan 2024 14:44:58 +0800 Subject: [PATCH] update --- format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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