Gentoo Archives: gentoo-dev

From: Daniel Robbins <drobbins@g.o>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] Re: All Developers!
Date: Sat, 10 Nov 2001 11:24:42
Message-Id: 20011110112442.E16660@cvs.gentoo.org
In Reply to: Re: [gentoo-dev] Re: All Developers! by Chad Huneycutt
1 On Sat, Nov 10, 2001 at 11:36:58AM -0500, Chad Huneycutt wrote:
2
3 > The problem with tabs comes in when you do stuff like:
4 >
5 > local t
6 > local u
7 > t = "some string like this" # comment here
8 > u = "some other longer string" # another comment
9 >
10 > The comments will not necessarily line up when tabwidths are different.
11
12 OK, if people need rules, I can provide them:
13
14 1) Use one tab per indent
15
16 2) Put comments on separate lines
17
18 3) Avoid using "/" line continuation characters and use long lines instead.
19
20 Best Regards,
21
22 --
23 Daniel Robbins <drobbins@g.o>
24 Chief Architect/President http://www.gentoo.org
25 Gentoo Technologies, Inc.

Replies

Subject Author
Re: [gentoo-dev] Re: All Developers! Chris Houser <chouser@g.o>
Re: [gentoo-dev] Re: All Developers! Aron Griffis <agriffis@g.o>