flatpak-builder/uncrustify.sh

3 lines
117 B
Bash
Raw Normal View History

2016-05-06 13:27:19 +00:00
#!/bin/sh
uncrustify -c uncrustify.cfg --no-backup `git ls-tree --name-only -r HEAD | grep \\\.[ch]$ | grep -v gvdb`