OpenRCT2/scripts/check-code-formatting
2020-01-24 11:46:12 +00:00

9 lines
180 B
Bash
Executable file

#!/bin/sh
set -e
# Ensure we are in root directory
basedir="$(readlink -f `dirname $0`/..)"
cd $basedir
scripts/run-clang-format.py -r src test --exclude src/openrct2/thirdparty