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 288101387FD for ; Fri, 28 Mar 2014 08:50:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 060BDE0AAD; Fri, 28 Mar 2014 08:50:12 +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 73B97E0AAC for ; Fri, 28 Mar 2014 08:50:11 +0000 (UTC) Received: from hackintosh.gkp-asp.local (unknown [195.254.219.2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: bernalex) by smtp.gentoo.org (Postfix) with ESMTPSA id 07DC733FCCD for ; Fri, 28 Mar 2014 08:50:08 +0000 (UTC) From: Alexander Berntsen To: gentoo-portage-dev@lists.gentoo.org Subject: [gentoo-portage-dev] [PATCH] DEVELOPING: Be more specific about tabs/spaces Date: Fri, 28 Mar 2014 09:50:04 +0100 Message-Id: <1395996604-24813-1-git-send-email-bernalex@gentoo.org> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <5332B42B.9020905@gentoo.org> References: <5332B42B.9020905@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org X-Archives-Salt: cac81102-9399-42fc-8bdc-cdd0d371debe X-Archives-Hash: 9a8d55fdbf0f2d3a80e142888c890482 --- Following a chat with Brian, here's my suggestion. ACK or object. DEVELOPING | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/DEVELOPING b/DEVELOPING index b2b0a19..f8ccc20 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 for viewing +consistency across the development team. Line-Wrapping ------------- -- 1.8.3.2