mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-31 09:57:14 +01:00
4 lines
90 B
Bash
4 lines
90 B
Bash
#!/bin/bash
|
|
|
|
find . -type f -a '(' -name '*.c' -o -name '*.h' ')' | xargs clang-format -i
|