From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DCD0A138E66 for ; Mon, 24 Feb 2014 00:53:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55912E0AF3; Mon, 24 Feb 2014 00:53:44 +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 E4E6EE0A7F for ; Mon, 24 Feb 2014 00:53:43 +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 217FF33F705 for ; Mon, 24 Feb 2014 00:53:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id B621A188EA for ; Mon, 24 Feb 2014 00:53:41 +0000 (UTC) From: "Alexander Berntsen" 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" Message-ID: <1393203063.1e8f5bc77b6ace1a535ac27f2e04d85bc0ab80ae.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: 1e8f5bc77b6ace1a535ac27f2e04d85bc0ab80ae X-VCS-Branch: master Date: Mon, 24 Feb 2014 00:53:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2df6b32f-bb39-42f3-8fb7-b0c4961c6661 X-Archives-Hash: 440955a572143c4da75058222e06705e commit: 1e8f5bc77b6ace1a535ac27f2e04d85bc0ab80ae Author: Alexander Berntsen plaimi net> AuthorDate: Mon Feb 24 00:47:05 2014 +0000 Commit: Alexander Berntsen gentoo org> CommitDate: Mon Feb 24 00:51:03 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=1e8f5bc7 DEVELOPING: Mention that tab stop should be 4 --- DEVELOPING | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DEVELOPING b/DEVELOPING index a2c9ae1..40b4ca2 100644 --- a/DEVELOPING +++ b/DEVELOPING @@ -24,7 +24,8 @@ Tabs ---- The current code uses tabs, not spaces. Keep whitespace usage consistent -between files. New files should use tabs. +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. Line-Wrapping -------------