feat: simple
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/sh
|
||||
#!/bin/sh
|
||||
|
||||
# Usage ./format
|
||||
|
||||
find . -name "*.c" -exec clang-format -i {} \;
|
||||
find . -name "*.h" -exec clang-format -i {} \;
|
||||
find . -name "*.c" -exec clang-format -i --verbose {} \;
|
||||
find . -name "*.h" -exec clang-format -i --verbose {} \;
|
||||
|
||||
Reference in New Issue
Block a user