Skip to content
Snippets Groups Projects
format.sh 113 B
#!/bin/bash

clang-format-3.8 -style=file -i src/*.[ch] src/*/*.[ch] src/*/*/*.[ch] examples/main.c tests/*.[ch]