From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 0937B3948437 for ; Fri, 28 Jan 2022 11:57:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0937B3948437 Received: from mail-wm1-f70.google.com (mail-wm1-f70.google.com [209.85.128.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-324-2kNAkS56M3SOMRljdGeYMg-1; Fri, 28 Jan 2022 06:57:20 -0500 X-MC-Unique: 2kNAkS56M3SOMRljdGeYMg-1 Received: by mail-wm1-f70.google.com with SMTP id bg32-20020a05600c3ca000b00349f2aca1beso2847148wmb.9 for ; Fri, 28 Jan 2022 03:57:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=pGiBZifEukmqP32ZWzcyHBKgSgtWfZ1ElQCidpyzUuE=; b=qcF6zuVvHJOPSV+HcNyc6MUhdghV0bn8Q285WT1bkqa2yIlmR7tKXPGoyNzzb4i4KI z3Q7+pyRqVOBOj5wG2crSVCoreY224WTKIOddQaYotiALgHsjLfjP3WJi6renwwBoLxq HUk+Pmt9fYFcmUE+zjIA6asxQrYXrXMevTj6qFv+DWVLN0gL/4i641FTbKg0jtaifyxE sWQuzn8xWpKfsP7AP2TdU0TEf0orWiDYbNQzQmBxgahcm/L/KPM8VLam5R5VTd15QxVm ZYtDXDMvfD9fNuyVsNPgcB2rniomG9fb825DfNPYt43hEPCgqlyWMVs+pxV1Q50PmDM9 ijsw== X-Gm-Message-State: AOAM533bwwf9KuHjRcuLQucWKPMcGPWEtdAc3mEHYwK3YaVp/26W6nXa GztB7aStOvXC39Z2RbIBbJu/BQlqPq6CrtTlE3F1AGGc7K3jcwz5e5t8e4SjDyUGNrAXvkiazGc iAJtY1/yhOy+idyFwwg== X-Received: by 2002:a05:600c:2d52:: with SMTP id a18mr8587836wmg.69.1643371039427; Fri, 28 Jan 2022 03:57:19 -0800 (PST) X-Google-Smtp-Source: ABdhPJw7C5wfKIzCfQTrESzo9IaEwAyuiL86yt9r//vHCglCc2jDcDuRVR9EX8pUa5vpssujEzyD2Q== X-Received: by 2002:a05:600c:2d52:: with SMTP id a18mr8587823wmg.69.1643371039203; Fri, 28 Jan 2022 03:57:19 -0800 (PST) Received: from [192.168.1.6] (adsl-164-239.freeuk.com. [80.168.164.239]) by smtp.gmail.com with ESMTPSA id r7sm1833969wma.39.2022.01.28.03.57.18 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 28 Jan 2022 03:57:18 -0800 (PST) Message-ID: Date: Fri, 28 Jan 2022 11:57:18 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH] Add top-level .editorconfig file To: Simon Marchi , gdb-patches@sourceware.org, binutils@sourceware.org References: <20220127201508.2170906-1-simon.marchi@polymtl.ca> From: Nick Clifton In-Reply-To: <20220127201508.2170906-1-simon.marchi@polymtl.ca> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-GB Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2022 11:57:24 -0000 Hi Simon, > Add a .editorconfig [1] file. I hae no objection to this patch, but ... > [1] https://editorconfig.org/ I think that it might be helpful if this URL was included in the text of the file, as a comment, along with a note telling readers that they can find out more about editorconfig by following the link. Cheers Nick