From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by mx.groups.io with SMTP id smtpd.web10.89418.1677502963212674264 for ; Mon, 27 Feb 2023 05:02:43 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bsdio.com header.s=fm2 header.b=p4GNHfZM; spf=pass (domain: bsdio.com, ip: 64.147.123.20, mailfrom: rebecca@bsdio.com) Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id 8C22C32004AE; Mon, 27 Feb 2023 08:02:41 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Mon, 27 Feb 2023 08:02:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdio.com; h=cc :cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm2; t=1677502961; x= 1677589361; bh=djJg+KWJ3FxexTqJv7q2obvPM+ZQhuzn5XCt3JDyoos=; b=p 4GNHfZMSte3VK6EIWicekacQO1vJ44q9A1ntZ2oVfjEtNLFnmH5JIKdUJjlY8s4h SgNrVgiARe1Zp1M1qQLapiAnHGRtuJe9p2Fyd6bAN0F68eZWSQjI5293ZT4Aludi i/p3iNZOuYJjL5+QNsVd2u3bT/a9JCnI0GfUU6NZ/dFe/6+qibHNkzGSuTk0oRQ8 9CVYJbuTOcTH95tUUyT/q6cFmriBbKAbvSuUB6P0v0/Kqv9MZrELZIMFVmfMitRY MEf1m8dCNHZ/1Y7jR+hKQ+PnvHzxo3vq5TJdrUXy6MJBSt+9RJoXjrvj8lsTfhGL WL2BNDY3OQqvuVoVTH/TA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; t=1677502961; x= 1677589361; bh=djJg+KWJ3FxexTqJv7q2obvPM+ZQhuzn5XCt3JDyoos=; b=O 3h62W8MbPB/jun9YKWdEmF/En5gygAWnfMmITKxHZEtZqPSX6L5qhLLUJkT7H6E1 tOQ3b2GBjCZ/uk9JrGohQthgR+NeVAk1tyiamNP7AWUbqlcqxFYO0uMBZeTWOFCr nKGNfalNaTMl45QK2Jnqz3y1d4xdbPXdU48kY9sLCGpz7U3eLl4cT33P7IzNj2FV fp9oT28q7WUCJGNxmyXyBboI4FEAxhOLuIfnlb9haNug8XOxbzTgN1fpGkLjz3u2 3DTHCEnAeB43IMJAHqC0PfOmURkQijt+gGy39zrz9Idn4nZqLvJ1941DJ6no4Dyj 1bPiGZ+SPNAqfohEE/YAw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrudeltddggeegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepkfffgggfuffvvehfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpeftvggs vggttggrucevrhgrnhcuoehrvggsvggttggrsegsshguihhordgtohhmqeenucggtffrrg htthgvrhhnpeehleekgfdutedugeehgeffgffhteefhffhteetfeevhefgvdejhedthfff ieffleenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpe hrvggsvggttggrsegsshguihhordgtohhm X-ME-Proxy: Feedback-ID: i5b994698:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 27 Feb 2023 08:02:40 -0500 (EST) Message-ID: Date: Mon, 27 Feb 2023 06:02:38 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [edk2-devel] [PATCH 1/1] Add a .editorconfig file to tell editors basic formatting details To: Ard Biesheuvel , devel@edk2.groups.io Cc: Andrew Fish , Leif Lindholm , Michael D Kinney References: <20230227034702.82215-1-rebecca@bsdio.com> From: "Rebecca Cran" In-Reply-To: Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 2/27/23 1:04 AM, Ard Biesheuvel wrote: > On Mon, 27 Feb 2023 at 04:47, Rebecca Cran wrote: >> Add a .editorconfig file which editors can use for basic formatting >> details of files, such as tabs/spaces, line endings etc. >> >> Signed-off-by: Rebecca Cran > Thank you very much for this - this is very useful. > > Acked-by: Ard Biesheuvel > > Could we add .dsc/.inf/.dec/etc files as well? I'll move the c/c++ indentation up to the [*] section so it applies to .dsc/.inf/etc too. -- Rebecca Cran