3 lines
102 B
Bash
3 lines
102 B
Bash
|
#!/bin/sh
|
||
|
uncrustify -c uncrustify.cfg --no-backup `git ls-tree --name-only -r HEAD | grep \\\.[ch]$`
|