更新一些自述文件
This commit is contained in:
3
script/format.sh
Normal file
3
script/format.sh
Normal 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 {} +
|
||||
Reference in New Issue
Block a user