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