mirror of
https://github.com/izzy2lost/Vita3K.git
synced 2026-03-26 18:15:44 -07:00
5 lines
132 B
Bash
Executable File
5 lines
132 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
find vita3k tools/gen-modules tools/native-tool \( -name *.cpp -o -name *.h \) | xargs clang-format -i
|