stable-diffusion.cpp/format-code.sh

2 lines
90 B
Bash

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