repo.or.cz
/
liba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rename a_pid_fuzzy.order to a_pid_fuzzy.nrule
[liba.git]
/
script
/
format
blob
dfe2305e44e391b488899adb84f043b6752c4bd2
1
#!/usr/bin/env bash
2
IFS
=
$
'
\n
'
3
sources
=
$
(
find
include src
test
lua
/
src java
/
src quickjs
/
src javascript
/
src
-regex
".*\.\(c\|h\|cc\|hh\|cpp\|hpp\|cxx\|hxx\)"
)
4
clang-format
-style
=
file
-i
$sources
--verbose
5
black .