2 lines
87 B
Bash
2 lines
87 B
Bash
|
|
#!/bin/sh
|
||
|
|
clang-format --verbose -i `find src lib include -name "*.c" -or -name "*.h"`
|