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
fix C style array declaration deprecated in cython
[liba.git]
/
script
/
format
blob
7380bf316bcfd22bd9e04ff8121212ccc5f91dde
1
#!/usr/bin/env bash
2
IFS
=
$
'
\n
'
3
sources
=
$
(
find
include src
test
lua java quickjs javascript
-regex
".*\.\(c\|h\|cc\|hh\|cpp\|hpp\|cxx\|hxx\)"
)
4
clang-format
-style
=
file
-i
$sources
--verbose
5
black .