mirror of
https://github.com/encounter/oot-vc.git
synced 2026-07-10 12:18:42 -07:00
3 lines
85 B
Bash
Executable File
3 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
find include libc src -name '*.h' -o -name '*.c' | xargs clang-format -i
|