mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-06 07:45:56 +08: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
|