mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
5 lines
127 B
Bash
Executable File
5 lines
127 B
Bash
Executable File
#! /bin/bash
|
|
set -ex
|
|
|
|
find src/emulator src/gen-modules src/native-tool \( -name *.cpp -o -name *.h \) | xargs clang-format -i
|