mirror of
https://github.com/akheron/jansson.git
synced 2025-04-04 13:05:02 +00:00
3 lines
67 B
Bash
Executable file
3 lines
67 B
Bash
Executable file
#!/bin/bash
|
|
|
|
git ls-files | grep '\.[ch]$' | xargs clang-format -i
|