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 C8E953858402 for ; Fri, 28 Jan 2022 13:03:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C8E953858402 Received: from mail-wm1-f69.google.com (mail-wm1-f69.google.com [209.85.128.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-204-LRfF9-VjM_W1RUsS1r7EYg-1; Fri, 28 Jan 2022 08:03:47 -0500 X-MC-Unique: LRfF9-VjM_W1RUsS1r7EYg-1 Received: by mail-wm1-f69.google.com with SMTP id f188-20020a1c1fc5000000b0034d79edde84so1415745wmf.0 for ; Fri, 28 Jan 2022 05:03:46 -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=0852jxWLm+Jb7oKcpx0y2gR1Nfi8JqQpqH7QRre3vK4=; b=RYoFrZMMDfkZEB3pKi77vSL6L73QOXIIN2dW8wLlAh7Ho04phykhcfqCwUxff8wfvb MSnkjkKhuQXkuFc2VU5LYs85FLHsG/MTMLwB9WAz4gCYY8W/nVycymelXcFuqdaWYRJR kmUcCjLjFKWwfJ+J7eELnxE6RkFEEVA6fZrFoUlaVuFqLZLHMTKGNHcwFlis75+mXr8g uuBpHbOUK/XShp7w+sBBzYn+qTSI7PXIdsaJt1uUulQY2DwZVu1TmVGEj7GfSOsGtaCq FlzswuM1enzxX6/suBN7O36fi02t3pl69w+yj1mxmHdZkamkddMDUykGqNNgM9XfJiCT VCDg== X-Gm-Message-State: AOAM530SWwWfNSJS4CxWzJXqXzwfVdGQLKFN9WnanDSmssbOI1WxL0rr 2+S1hKYlzAz7IlT9edUvRjS5L5p/rb2VrzYUGAZGNBisKTsE5GhLxqpv7q5TK07XSLJFAdBeOSs vh/iS6Gqi0gg7yQ13yQ== X-Received: by 2002:a05:600c:4146:: with SMTP id h6mr7474071wmm.49.1643375025860; Fri, 28 Jan 2022 05:03:45 -0800 (PST) X-Google-Smtp-Source: ABdhPJygdIM+u3eQmK7TlKoPgUWh+JM/VosbZpdl8nL+oTebP6rAkLATMPf7FW7IKD48Gmw2JuLhQg== X-Received: by 2002:a05:600c:4146:: with SMTP id h6mr7474051wmm.49.1643375025659; Fri, 28 Jan 2022 05:03:45 -0800 (PST) Received: from [192.168.1.6] (adsl-164-239.freeuk.com. [80.168.164.239]) by smtp.gmail.com with ESMTPSA id l40sm2023620wms.0.2022.01.28.05.03.45 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 28 Jan 2022 05:03:45 -0800 (PST) Message-ID: Date: Fri, 28 Jan 2022 13:03:44 +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: 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 13:03:53 -0000 Hi Simon, > Good idea, I will add this comment at the top: > > # This file helps editors auto-configure whitespace settings. > # > # See here for more information about the format and editor support: > # > # https://editorconfig.org/ In which case if you are still looking for an approval, then please consider the patch approved. Cheers Nick