This website requires JavaScript.
Explore
Help
Register
Sign In
Virtualization
/
jansson
mirror of
https://github.com/akheron/jansson
Watch
1
Star
0
Fork
You've already forked jansson
0
Code
Issues
Projects
Releases
Wiki
Activity
f52d79a4d3
jansson
/
scripts
/
clang-format
4 lines
90 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
find . -type f -a
'('
-name
'*.c'
-o -name
'*.h'
')'
|
xargs clang-format -i
Reference in New Issue
View Git Blame
Copy Permalink