From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 303E6158094 for ; Sat, 24 Sep 2022 16:28:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22F9BE0AD3; Sat, 24 Sep 2022 16:28:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07378E0AD3 for ; Sat, 24 Sep 2022 16:28:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8973340955 for ; Sat, 24 Sep 2022 16:28:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C7A85A2 for ; Sat, 24 Sep 2022 16:28:24 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1664036877.72f299d34cd97d70f3182ad252a2f5d62f0d7cef.floppym@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: DEVELOPING X-VCS-Directories: / X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 72f299d34cd97d70f3182ad252a2f5d62f0d7cef X-VCS-Branch: master Date: Sat, 24 Sep 2022 16:28:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7cf78543-0f2d-4cb3-82e1-7d9761d6a00e X-Archives-Hash: a0cebfa40fc4410bad232d2544c3eaf3 commit: 72f299d34cd97d70f3182ad252a2f5d62f0d7cef Author: Mike Gilbert gentoo org> AuthorDate: Thu Sep 22 18:40:29 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Sep 24 16:27:57 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=72f299d3 DEVELOPING: differentiate spaces/tabs in Python/Bash files Closes: https://github.com/gentoo/portage/pull/905 Signed-off-by: Mike Gilbert gentoo.org> DEVELOPING | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DEVELOPING b/DEVELOPING index 38e6032d6..3a97f1aa0 100644 --- a/DEVELOPING +++ b/DEVELOPING @@ -21,12 +21,13 @@ with Python itself, must be optionally enabled by runtime detection. Tabs ---- -We comply with PEP 8 so we now use spaces. +We comply with PEP 8 so we now use spaces in Python source files. +We use tabs in Bash files for consistency with ebuild code. Line-Wrapping ------------- -Please use Black for formatting. +Please use Black for formatting of Python source files. Lines should typically not be longer than 80 characters; if they are, an attempt should be made to wrap them. Move code to the line below and