mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 21:45:04 +00:00
3 lines
90 B
Bash
Executable file
3 lines
90 B
Bash
Executable file
#!/bin/bash
|
|
|
|
find . -type f -a '(' -name '*.c' -o -name '*.h' ')' | xargs clang-format -i
|