Gentoo Archives: gentoo-dev

From: Tuan Van <langthang@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Proper commit messages
Date: Tue, 09 Aug 2005 23:00:17
Message-Id: 42F9342A.7000301@gentoo.org
In Reply to: Re: [gentoo-dev] Proper commit messages by Ciaran McCreesh
1 Ciaran McCreesh wrote:
2 > On Tue, 09 Aug 2005 15:07:16 -0400 Jonathan Smith <smithj@g.o>
3 > wrote:
4 > | i do have one suggestion for every dev who's ever gotten minor syntax
5 > | - trailing whitespace errors (somehow that happens to me ALOT)...
6 >
7 > Or use vim, and :set list listchars=tab:»·,trail:·,extends:… , and then
8 > you'll be able to see them visibly.
9 >
10
11 and for those of us (nano users) ;)
12 # nano -w /etc/nanorc
13 set whitespace "»·"
14 syntax "ebuild" "\.e(build|class)$"
15 color brightred ".*[[:blank:]]$"
16 --
17 gentoo-dev@g.o mailing list

Replies

Subject Author
[gentoo-dev] Re: Proper commit messages Arnaud Launay <asl@××××××.org>