stable-diffusion.cpp/format-code.sh
2023-12-31 23:00:24 +08:00

2 lines
90 B
Bash

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