stable-diffusion.cpp/format-code.sh

2 lines
84 B
Bash

clang-format -style=file -i *.cpp *.h
clang-format -style=file -i examples/cli/*.cpp