Chore: update .clang-format [ci skip]

This commit is contained in:
Carter Li
2026-05-11 14:36:01 +08:00
parent 470e3b4e57
commit 235a2018fc
+1 -1
View File
@@ -1,4 +1,4 @@
# find . -type f \( -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*.hpp" \) ! -path "src/3rdparty/*" -print0 | xargs -0 clang-format -i
# find . -type f \( -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*.hpp" \) -print0 | xargs -0 clang-format -i
BasedOnStyle: LLVM
Language: Cpp