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 05E7A15864F for ; Fri, 24 Mar 2023 02:17:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43738E0882; Fri, 24 Mar 2023 02:17:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCABCE0882 for ; Fri, 24 Mar 2023 02:17:29 +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 D86D6340C3C for ; Fri, 24 Mar 2023 02:17:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51E9291C for ; Fri, 24 Mar 2023 02:17:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1679624238.203f2791d61aaccf4524d5a42c70951377563bd5.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: .editorconfig X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 203f2791d61aaccf4524d5a42c70951377563bd5 X-VCS-Branch: master Date: Fri, 24 Mar 2023 02:17:27 +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: 6f6cd841-9df2-4143-81a9-05fc0234fabe X-Archives-Hash: 17fa8eec5d81ffb584541221fcc59c38 commit: 203f2791d61aaccf4524d5a42c70951377563bd5 Author: Sam James gentoo org> AuthorDate: Fri Mar 24 02:16:59 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 24 02:17:18 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=203f2791 .editorconfig: set trim_trailing_whitespace too Signed-off-by: Sam James gentoo.org> .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 6900a08b4..68c8e6c6b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,7 @@ indent_style = tab indent_size = 4 tab_width = 4 insert_final_newline = true +trim_trailing_whitespace = true [*.{py,yaml,yml}] indent_style = space