Fix indention in PKGBUILD and set expandtab in vim

This commit is contained in:
benklett 2018-01-25 20:13:49 +01:00
parent 3c02406da8
commit eb375fcbbd

View file

@ -57,4 +57,4 @@ package() {
make install DESTDIR="$pkgdir" make install DESTDIR="$pkgdir"
} }
# vim: ts=2:sw=2 # vim: ts=2:sw=2:expandtab