Add indentation settings.

This commit is contained in:
Ville Skyttä 2009-06-06 00:48:22 +03:00
parent 4c9dcbb836
commit 4ad2698236
20 changed files with 60 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# Debian apt-get(8) completion.
#
have apt-get &&

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# Debian apt-build(1) completion.
#
have apt-build &&

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# Debian aptitude(1) completion
#
have aptitude && {

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# autorpm(8) completion
#
have autorpm &&

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# start of section containing completion functions for bash built-ins
# bash alias completion

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# Linux cardctl(8) completion
#
have cardctl &&

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# chkconfig(8) completion
#
have chkconfig &&

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# chsh(1) completion
#
_chsh()

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# cvs(1) completion
#
have cvs && {

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# dict(1) completion
#
{ have dict || have rdict; } && {

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# This function is required by _dpkg() and _dpkg-reconfigure()
have dpkg && {
have grep-status && {

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# Debian Linux dselect(8) completion.
#
have dselect &&

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# gcc(1) completion
#
# The only unusual feature is that we don't parse "gcc --help -v" output

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# iconv(1) completion
#
have iconv &&

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# jar(1) completion
#
have jar &&

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# man(1) completion
#
[ $USERLAND = GNU -o $UNAME = Darwin \

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# mutt completion
#
# Mutt doesn't have an "addressbook" like Pine, but it has aliases and

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# PINE address-book completion
#
have pine &&

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
have rpm && {
# helper functions for rpm completion
#

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# update-rc.d(8) completion
#
# Copyright (C) 2004 Servilio Afre Puentes <servilio@gmail.com>