From: kai.grossjohann@gmx.net (Kai Großjohann)
Subject: Re: indentation - always a pita
Date: Wed, 25 Jun 2003 08:14:43 +0200 [thread overview]
Message-ID: <847k7afzu4.fsf@lucy.is.informatik.uni-duisburg.de> (raw)
In-Reply-To: mailman.8589.1056493977.21513.help-gnu-emacs@gnu.org
Harry Putnam <reader@newsguy.com> writes:
> Two spaces per clause and 2 spaces for actions inside clause.
> No tabs at all.
I just had a quick look, but maybe you could check
(setq sh-indentation 2)
(setq-default indent-tabs-mode nil)
(The variable indent-tabs-mode is buffer-local by default. With
setq-default, most modes will avoid tabs for indentation. If you
only want to tweak this for shell script mode, then you can do it
with a mode hook.)
--
~/.signature
next parent reply other threads:[~2003-06-25 6:14 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.8589.1056493977.21513.help-gnu-emacs@gnu.org>
2003-06-25 6:14 ` Kai Großjohann [this message]
2003-06-25 13:30 ` indentation - always a pita Harry Putnam
2003-06-25 14:15 ` Harry Putnam
2003-06-25 17:13 ` Kai Großjohann
2003-06-26 4:13 ` Harry Putnam
[not found] ` <mailman.8648.1056600891.21513.help-gnu-emacs@gnu.org>
2003-06-26 9:13 ` Jens Schmidt
2003-06-26 18:21 ` Harry Putnam
2003-06-26 18:35 ` Harry Putnam
[not found] ` <mailman.8693.1056654403.21513.help-gnu-emacs@gnu.org>
2003-06-27 10:21 ` Jens Schmidt
2003-06-27 20:35 ` Harry Putnam
2003-06-24 22:28 Harry Putnam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=847k7afzu4.fsf@lucy.is.informatik.uni-duisburg.de \
--to=kai.grossjohann@gmx.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.