mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-04 23:00:53 -08:00
3 lines
110 B
Bash
Executable file
3 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
|