Vita3K-Android/format.sh
Peter Mackay 3b259ace02 Import.
2018-01-28 09:07:32 +00:00

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