2 lines
44 B
Bash
2 lines
44 B
Bash
|
|
#!/bin/sh
|
||
|
|
clang-format --verbose -i *.c *.h
|