删除文件 format.sh

pull/2/MERGE
jzq 2024-06-11 13:15:27 +00:00 committed by Gitee
parent 8a0bd1dec3
commit f902dd23d6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
#!/bin/bash
find ./src -regex '.*\.\(cpp\|hpp\|cc\|cxx\|cu\|cuh\|h\)' | xargs clang-format -i \
-style="{BasedOnStyle: google, IndentWidth: 2, ColumnLimit: 100}"