pkgtools, rpm2tgz, sbopkg, slackpkg, slapt: Add indentation settings.

This commit is contained in:
Ville Skyttä 2011-05-02 13:18:33 +03:00
parent ebb446d8cb
commit 26ae7700ed
5 changed files with 40 additions and 0 deletions

View File

@ -117,3 +117,11 @@ _makepkg()
have explodepkg &&
complete -o plusdirs -f -X '!*.t[bglx]z' explodepkg
# Local variables:
# mode: shell-script
# sh-basic-offset: 4
# sh-indent-comment: t
# indent-tabs-mode: nil
# End:
# ex: ts=4 sw=4 et filetype=sh

View File

@ -14,3 +14,11 @@ _rpm2tgz()
COMPREPLY=( $(compgen -f -X "!*.rpm" -- "$cur") )
} && complete -F _rpm2tgz -o plusdirs rpm2tgz rpm2txz rpm2targz
# Local variables:
# mode: shell-script
# sh-basic-offset: 4
# sh-indent-comment: t
# indent-tabs-mode: nil
# End:
# ex: ts=4 sw=4 et filetype=sh

View File

@ -72,3 +72,11 @@ _sbopkg()
$REPO_ROOT/$REPO_NAME/$REPO_BRANCH/SLACKBUILDS.TXT )
$( cd $QUEUEDIR; compgen -f -X "!*.sqf" -- "$cur" ) )
} && complete -F _sbopkg sbopkg
# Local variables:
# mode: shell-script
# sh-basic-offset: 4
# sh-indent-comment: t
# indent-tabs-mode: nil
# End:
# ex: ts=4 sw=4 et filetype=sh

View File

@ -106,3 +106,11 @@ _slackpkg()
esac
} && complete -F _slackpkg slackpkg
# Local variables:
# mode: shell-script
# sh-basic-offset: 4
# sh-indent-comment: t
# indent-tabs-mode: nil
# End:
# ex: ts=4 sw=4 et filetype=sh

View File

@ -127,3 +127,11 @@ _slapt_src()
COMPREPLY=( $( sed -ne \
"/^SLACKBUILD NAME: $cur/{s/^SLACKBUILD NAME: //;p}" "$slck_data" ) )
} && complete -F _slapt_src slapt-src
# Local variables:
# mode: shell-script
# sh-basic-offset: 4
# sh-indent-comment: t
# indent-tabs-mode: nil
# End:
# ex: ts=4 sw=4 et filetype=sh