From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mx.groups.io with SMTP id smtpd.web10.39427.1674470831689690432 for ; Mon, 23 Jan 2023 02:47:12 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=E2qM63O1; spf=pass (domain: kernel.org, ip: 145.40.68.75, 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 ams.source.kernel.org (Postfix) with ESMTPS id 54F34B80D07 for ; Mon, 23 Jan 2023 10:47:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0A7F9C4339E for ; Mon, 23 Jan 2023 10:47:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674470828; bh=FLe7CWBaM1QhGiUWrvZSbPUiKw8nTX7SxVNC0R1BZeA=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=E2qM63O1IcvslOWB0CUU0VZaURkF5GVu8W1cTytpPDKpSpIRl/W3984I63xiAB86A FM8tJ5Ng1qj7Y80Oe29drQGUQH0ktagKQ66beZOuUB4wIQoVE/CL5XQpQT+vOC0hTe ScUL7P2+zxe7rZq6OL+AQb8034QKdJXbA3Ow6mjR0bNuahH6jb6kcML9XPV8EhPchq oqPaRRAnHvNoQ6InuQodg4IFFOqLe7sVvx+pQ4wpzIEqH/tr+p+P6/fXFXvdK4fvvW GmvH9WwGMasICFzOCws6Hie++VsreuweqG9bPUbB2Q1izW0Rm9IhA1Dj2a0JKOeqbY Lr5037DiNdEIQ== Received: by mail-lj1-f173.google.com with SMTP id k38so7912219lje.5 for ; Mon, 23 Jan 2023 02:47:07 -0800 (PST) X-Gm-Message-State: AFqh2kol+Fcr6+XqArXngyWFgnMhdwpH1zz3TbJ0TH0fFERSCqE6Olqf 2QEv/7zKnGN9W5gT3sOc/k7P2aAkGKLHo8/hFE4= X-Google-Smtp-Source: AMrXdXt0rCeBEyG/1QwUmZSJqhgQ2tA9SOWRk2Gma41pPw0RSMcClJbnEveEUZSyux0QhIawWDrWiCEA3Sw+59SmLuM= X-Received: by 2002:a2e:964e:0:b0:27f:b833:cf6d with SMTP id z14-20020a2e964e000000b0027fb833cf6dmr1976865ljh.291.1674470826059; Mon, 23 Jan 2023 02:47:06 -0800 (PST) MIME-Version: 1.0 References: <20230120205157.167-1-mikuback@linux.microsoft.com> <4be046eb-ea12-2e0c-2bd8-5b735c5028b1@bsdio.com> In-Reply-To: From: "Ard Biesheuvel" Date: Mon, 23 Jan 2023 11:46:54 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH v1 1/1] .devcontainer/devcontainer.json: Add devcontainer file To: devel@edk2.groups.io, osteffen@redhat.com Cc: Rebecca Cran , mikuback@linux.microsoft.com, Andrew Fish , Chris Fernald , Leif Lindholm , Michael D Kinney Content-Type: text/plain; charset="UTF-8" On Mon, 23 Jan 2023 at 10:23, Oliver Steffen wrote: > > Quoting Rebecca Cran (2023-01-20 22:22:55) > > Related to this, I've been wondering if we might want to commit a .vscode directory with project configuration file(s)? > > As long as project settings for other IDEs (should > there be a reasonable user base) would be accepted in the future, why not? > > > > > Also perhaps a .editorconfig file? > I like the idea, because it is understood by many IDEs and text editors. > Yes, please, this would be very useful.