You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
|
|
#!/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
|