Adding upstream version 2.0.0+debian.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
65eb8bc08a
commit
1cf0d30d41
191 changed files with 48816 additions and 0 deletions
9
fmt.sh
Executable file
9
fmt.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
clang-format \
|
||||
-style=file \
|
||||
-i \
|
||||
src/*.c \
|
||||
src/*.h \
|
||||
`find plugins -type f -name '*.c'` \
|
||||
`find plugins -type f -name '*.h'`
|
Loading…
Add table
Add a link
Reference in a new issue