mirror of
https://github.com/zeldaret/oot-vc.git
synced 2026-09-26 21:35:32 -04: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
|