Files
Yanis42 5360ed81c1 review
2024-08-28 02:12:15 +02:00

3 lines
85 B
Bash
Executable File

#!/bin/bash
find include libc src -name '*.h' -o -name '*.c' | xargs clang-format -i