2 lines
188 B
Bash
Executable file
2 lines
188 B
Bash
Executable file
#!/bin/sh
|
|
clang-format --verbose -i `find engine/src engine/include engine/tools '(' -name "*.c" -or -name "*.h" ')' -and -not -name "stb_*.h" | sed 's%engine/include/GearSrc/GL/GL.h%%g'`
|