Initial commit
This commit is contained in:
commit
e8cd74c56a
3709 changed files with 909286 additions and 0 deletions
9
.ci/scripts/format/docker.sh
Normal file
9
.ci/scripts/format/docker.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
# Run clang-format
|
||||
cd /yuzu
|
||||
chmod a+x ./.ci/scripts/format/script.sh
|
||||
./.ci/scripts/format/script.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue