Gentoo Archives: gentoo-commits

From: Alexander Berntsen <bernalex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Mon, 24 Feb 2014 00:53:44
Message-Id: 1393203063.1e8f5bc77b6ace1a535ac27f2e04d85bc0ab80ae.bernalex@gentoo
1 commit: 1e8f5bc77b6ace1a535ac27f2e04d85bc0ab80ae
2 Author: Alexander Berntsen <alexander <AT> plaimi <DOT> net>
3 AuthorDate: Mon Feb 24 00:47:05 2014 +0000
4 Commit: Alexander Berntsen <bernalex <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 24 00:51:03 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=1e8f5bc7
7
8 DEVELOPING: Mention that tab stop should be 4
9
10 ---
11 DEVELOPING | 3 ++-
12 1 file changed, 2 insertions(+), 1 deletion(-)
13
14 diff --git a/DEVELOPING b/DEVELOPING
15 index a2c9ae1..40b4ca2 100644
16 --- a/DEVELOPING
17 +++ b/DEVELOPING
18 @@ -24,7 +24,8 @@ Tabs
19 ----
20
21 The current code uses tabs, not spaces. Keep whitespace usage consistent
22 -between files. New files should use tabs.
23 +between files. New files should use tabs. Space is sometimes used for
24 +indentation in Python code. Tab stop should for this reason be set to 4.
25
26 Line-Wrapping
27 -------------