mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 20:24:39 +00:00
3 lines
131 B
Bash
Executable File
3 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
exec clang-format --verbose -i `find engine src "(" -name "*.c" -or -name "*.h" ")" -and -not -path "engine/external/*"`
|