5 lines
83 B
Bash
Executable File
5 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
|
|
find ./src -iname *.h -o -iname *.c | xargs clang-format -style=GNU -i
|
|
|