unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* auto indenting
@ 2007-06-22 18:21 bpatton
  2007-06-22 19:25 ` weber
  0 siblings, 1 reply; 2+ messages in thread
From: bpatton @ 2007-06-22 18:21 UTC (permalink / raw)
  To: help-gnu-emacs

I mostly do perl code, some c and cshell

I like to have things lined up.  The auto indent is good, but I would
like to extend the function of the tab key.

I have this code

my $a = undef;
my $bcd = undef;
my $someLongVariableName = undef;

I prefer to have all my ='s to line up.  The little bit of time it
takes
for me to line them up, I believe more than pays for it's self in
maintance

I would like to have the tab to the auto indenting, but I would also
like to have it insert 2 spaces each it cannot do auto indenting.

my $a                                   = undef;
my $bcd                               = undef;
my $someLongVariableName = undef;

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-06-22 19:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-22 18:21 auto indenting bpatton
2007-06-22 19:25 ` weber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).