3 lines
86 B
Bash
Executable file
3 lines
86 B
Bash
Executable file
#!/bin/bash
|
|
|
|
find . -regex '.*\.\(c\|h\)' -exec clang-format -i --sort-includes {} \;
|