mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-24 00:04:03 +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
|