更新一些自述文件

This commit is contained in:
2024-11-24 20:23:37 +08:00
parent 09dd534675
commit 3f5153b110
9 changed files with 75 additions and 5 deletions

3
script/format.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
# Run clang-format on all C/C++ files in this directory and below.
find . -name "*.c" -o -name "*.h" -exec clang-format -style=file -i {} +