1
0
Fork 0
VideoPlayer/format-code.sh
2018-11-23 08:19:28 +00:00

6 lines
158 B
Bash
Executable file

SOURCE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
pushd $SOURCE_DIR
qmlfmt -w src/qml/*.qml
clang-format -style mozilla -i src/*
popd