Files
flatpak/uncrustify.sh
Matthew Leeds 7d72dd713f uncrustify: Exclude app/flatpak-polkit-agent-text-listener.[ch]
These are copied from polkit so we don't want to uncrustify them.

Closes: #2715
Approved by: matthiasclasen
2019-02-25 18:12:30 +00:00

3 lines
195 B
Bash
Executable File

#!/bin/sh
uncrustify -c uncrustify.cfg --no-backup `git ls-tree --name-only -r HEAD | grep \\\.[ch]$ | grep -v common/valgrind-private.h | grep -v app/flatpak-polkit-agent-text-listener\\\.[ch]`