From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web11.1823.1677521916422826640 for ; Mon, 27 Feb 2023 10:18:36 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=Z2C5eJwQ; spf=pass (domain: kernel.org, ip: 139.178.84.217, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5DFE960DD0 for ; Mon, 27 Feb 2023 18:18:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 44423C43445 for ; Mon, 27 Feb 2023 18:18:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1677521914; bh=yPtWjk+DEpm8mPjG8LTtlZ27kZ0MPuwupJ9qBrZsbio=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=Z2C5eJwQLAPmZ07tiWfk4auzMlcD6OU1Efa6zQeMa/KpzrKfleXvSPeuM1ADWbEX7 71cxlvy8BkRjl67/goPbQWV5OVz2lcRKqey0xXDR+ccY4IobQaTGvsBNgYtS6YEPVY 7Zxu2LEdywEJLSjOQNZEJViQNbbwvlumns1fU3j14LR4CM8ZNf3YwLuMTsX2pP39eK Q/MqS8lXZ+Ex8cCEs9kVXKcFozavUoTbUvedbJ2V/i0poDxGoqBi6PwgbWxMkk4YLE wsk/geIGRhBAVt6fsFLcwwS9neQ6PWMtTIwglSTl+wuJbs85qnltN+XGczrNY61rAz cyMaaFj11mbgQ== Received: by mail-lj1-f178.google.com with SMTP id b10so7502979ljr.0 for ; Mon, 27 Feb 2023 10:18:34 -0800 (PST) X-Gm-Message-State: AO0yUKVoXSExb2irMTqswe22EQwz1Pq4ZxEg2lhvWDHQPeoTRTW6f6yZ FfNOgfuDrITMZoXfOuZkgxd4YH/BsgMsWZ0PWoA= X-Google-Smtp-Source: AK7set/PvJTeCPZxPoFJ1VN5wffTUj8nYqJDDVJmjrPyrghIUe2BAerneGtx4Uk9B7CYilo7o/4Xxi/7EA0G0EDpkuo= X-Received: by 2002:a2e:b5dc:0:b0:295:b0cd:522 with SMTP id g28-20020a2eb5dc000000b00295b0cd0522mr1985756ljn.2.1677521912273; Mon, 27 Feb 2023 10:18:32 -0800 (PST) MIME-Version: 1.0 References: <20230227034702.82215-1-rebecca@bsdio.com> In-Reply-To: From: "Ard Biesheuvel" Date: Mon, 27 Feb 2023 19:18:21 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH 1/1] Add a .editorconfig file to tell editors basic formatting details To: devel@edk2.groups.io, rebecca@bsdio.com Cc: michael.d.kinney@intel.com, Andrew Fish , Leif Lindholm Content-Type: text/plain; charset="UTF-8" On Mon, 27 Feb 2023 at 17:35, Rebecca Cran wrote: > > Is it just .sh files that need lf endings, or are there others? > I think this only applies to .sh files. > > > On 2/27/23 9:14 AM, Michael D Kinney wrote: > > There are a few file types that must be lf instead of crlf. Can those be added as well? > > > > Mike > > > >> -----Original Message----- > >> From: devel@edk2.groups.io On Behalf Of Rebecca Cran > >> Sent: Monday, February 27, 2023 5:03 AM > >> To: Ard Biesheuvel ; devel@edk2.groups.io > >> Cc: Andrew Fish ; Leif Lindholm ; Kinney, Michael D > >> Subject: Re: [edk2-devel] [PATCH 1/1] Add a .editorconfig file to tell editors basic formatting details > >> > >> 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 > >> > >> > >> > >> > >> > > > > > > > > > > > > > > >