> -----Original Message----- > From: Adam Spiers [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 07, 2001 1:03 PM > To: PerlUnit development list > Subject: [Perlunit-devel] commits
> Time for a quick poll; can we reach a consensus on whitespace policy? > (I probably already asked this.) My vote is for no hard tabs > anywhere: > > http://adamspiers.org/computing/why_no_tabs.html I'm with you. As it says on the cited page, Do the world a favour! Put this in your ~/.emacs: (setq indent-tabs-mode nil) or this in your ~/.vimrc :set expandtab It's brain-dead easy, and there's no downside. --Q _______________________________________________ Perlunit-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/perlunit-devel
