From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-681793-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id CE4ED1387FD
	for <garchives@archives.gentoo.org>; Sun, 30 Mar 2014 00:22:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D2F44E0A0B;
	Sun, 30 Mar 2014 00:22:52 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 4191BE0A02
	for <gentoo-commits@lists.gentoo.org>; Sun, 30 Mar 2014 00:22:52 +0000 (UTC)
Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6EABA33FD99
	for <gentoo-commits@lists.gentoo.org>; Sun, 30 Mar 2014 00:22:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by spoonbill.gentoo.org (Postfix) with ESMTP id 14E33188F5
	for <gentoo-commits@lists.gentoo.org>; Sun, 30 Mar 2014 00:22:50 +0000 (UTC)
From: "Alexander Berntsen" <bernalex@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Berntsen" <bernalex@gentoo.org>
Message-ID: <1396138841.7ea26b6e8e02b851a074211f1c02f09395a023ee.bernalex@gentoo>
Subject: [gentoo-commits] proj/portage:master commit in: /
X-VCS-Repository: proj/portage
X-VCS-Files: DEVELOPING
X-VCS-Directories: /
X-VCS-Committer: bernalex
X-VCS-Committer-Name: Alexander Berntsen
X-VCS-Revision: 7ea26b6e8e02b851a074211f1c02f09395a023ee
X-VCS-Branch: master
Date: Sun, 30 Mar 2014 00:22:50 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 719cbacb-f97d-4db5-8dda-b44177cec6d3
X-Archives-Hash: 9345944b0110770d6f80e1fddfe6ffb9

commit:     7ea26b6e8e02b851a074211f1c02f09395a023ee
Author:     Alexander Berntsen <bernalex <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 28 08:48:49 2014 +0000
Commit:     Alexander Berntsen <bernalex <AT> gentoo <DOT> org>
CommitDate: Sun Mar 30 00:20:41 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=7ea26b6e

DEVELOPING: Be more specific about tabs/spaces

---
 DEVELOPING | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/DEVELOPING b/DEVELOPING
index cfa86a6..bcff318 100644
--- a/DEVELOPING
+++ b/DEVELOPING
@@ -23,10 +23,9 @@ with Python itself, must be optionally enabled by run-time detection.
 Tabs
 ----
 
-The current code uses tabs, not spaces.  Keep whitespace usage
-consistent between files.  New files should use tabs.  Space is
-sometimes used for indentation in Python code.  Tab stop should for this
-reason be set to 4.
+For legacy reasons, all leading whitespace should be tabs. All internal
+whitespace should be regular spaces. Set tab stop to 4 to calculate line
+width.
 
 Line-Wrapping
 -------------