OpenRCT2/scripts/check-code-formatting

9 lines
171 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
# Ensure we are in root directory
basedir="$(readlink -f `dirname $0`/..)"
cd $basedir
2020-02-23 16:33:01 +01:00
scripts/run-clang-format.py -r src test --exclude src/thirdparty