From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99CD31582EF for ; Sat, 08 Mar 2025 19:09:04 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5E509343006 for ; Sat, 08 Mar 2025 19:09:04 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5CE5C11027C; Sat, 08 Mar 2025 19:09:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id 504E811027C for ; Sat, 08 Mar 2025 19:09:03 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1C76343006 for ; Sat, 08 Mar 2025 19:09:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AC8F2810 for ; Sat, 08 Mar 2025 19:09:01 +0000 (UTC) From: "Horodniceanu Andrei" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horodniceanu Andrei" Message-ID: <1741460819.490ac0710b20660c8621d90bba23bd152dcb1a6c.a.horodniceanu@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: / X-VCS-Repository: repo/user/dlang X-VCS-Files: .editorconfig X-VCS-Directories: / X-VCS-Committer: a.horodniceanu X-VCS-Committer-Name: Horodniceanu Andrei X-VCS-Revision: 490ac0710b20660c8621d90bba23bd152dcb1a6c X-VCS-Branch: master Date: Sat, 08 Mar 2025 19:09:01 +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: 81b8ecff-4240-4a61-ac1c-64ab29e61f4f X-Archives-Hash: c2c5ccb52ec882c1e6befa2a9e9ac6ae commit: 490ac0710b20660c8621d90bba23bd152dcb1a6c Author: Andrei Horodniceanu proton me> AuthorDate: Sat Mar 8 19:00:16 2025 +0000 Commit: Horodniceanu Andrei proton me> CommitDate: Sat Mar 8 19:06:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=490ac071 .editorconfig: Add .editorconfig matching ::gentoo Signed-off-by: Andrei Horodniceanu proton.me> .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8624863 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# https://editorconfig.org/ +root = true + +[*.{ebuild,eclass}] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = tab +indent_size = 4 +trim_trailing_whitespace = true +#max_line_length = 80 + +[*.patch] +trim_trailing_whitespace = false