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.129.124]) by sourceware.org (Postfix) with ESMTPS id 05410385840F for ; Fri, 28 Jan 2022 13:03:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 05410385840F Received: from mail-wm1-f71.google.com (mail-wm1-f71.google.com [209.85.128.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-119-O5IqH3nZOMWNhCFoD7zgUA-1; Fri, 28 Jan 2022 08:03:47 -0500 X-MC-Unique: O5IqH3nZOMWNhCFoD7zgUA-1 Received: by mail-wm1-f71.google.com with SMTP id m189-20020a1c26c6000000b003508ba87dfbso1411803wmm.7 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=im9rkR/aZmWgabev9Zjtd6e3XaHq99s+1EzCVkKGAVoobKAviJJ72CFolPExmYSOwS Hho89dVd0b0T/rPp51nOK6O8ufTqYguHpDnSZhJgtk2bo/DZ2VNAetf09gFD60bidJJI xvKY76ros6epsUCzkuaTf1r9lhqFGKYM9KjrpAbw2lDWf/4q4KNnWDVFugzAZAgwGIZJ gQ7lGv1Sp1deLfvoVquwolwQqN++iQbPQI9Ze3ZaVoP7obpALnjVaC1rufccF4nAvOMf X0wSt0mZScf4T0he6jVytSUXCIQsbdgvNhz9Kzo7hc5Y9e+2vYS1nQurjotfeg551G7l +3Cw== X-Gm-Message-State: AOAM532OiFmJnjSjOOzMBXh+zA842V2xyL2tYczHgXDgJzjyKjjtEiTe Sy7DdUTAleMGQ36L6jq/h+RpMeyaNmR5UguhAPIZoEavCrFwwqfMUDgd0cwa2U+sL0iYSvzCs2u 8oxCzv49/+R1UwooUsTyZcA== X-Received: by 2002:a05:600c:4146:: with SMTP id h6mr7474066wmm.49.1643375025807; 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: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches 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