mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-27 09:43:51 +00:00
6 lines
78 B
Bash
Executable file
6 lines
78 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
# Run clang-format
|
|
cd /yuzu
|
|
./.travis/clang-format/script.sh
|