mirror of
https://codeberg.org/yuzu-emu/yuzu.git
synced 2025-12-16 12:09:04 +00:00
4 lines
110 B
Bash
Executable File
4 lines
110 B
Bash
Executable File
#! /bin/sh
|
|
|
|
exec find src -iname *.h -o -iname *.cpp | xargs clang-format-15 -i -style=file:src/.clang-format
|