From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26507 invoked by alias); 11 Sep 2014 09:35:27 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 26496 invoked by uid 89); 11 Sep 2014 09:35:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mailout4.w1.samsung.com Received: from mailout4.w1.samsung.com (HELO mailout4.w1.samsung.com) (210.118.77.14) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (DES-CBC3-SHA encrypted) ESMTPS; Thu, 11 Sep 2014 09:35:25 +0000 Received: from eucpsbgm2.samsung.com (unknown [203.254.199.245]) by mailout4.w1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0NBQ00A0RDFLRO00@mailout4.w1.samsung.com> for gcc-patches@gcc.gnu.org; Thu, 11 Sep 2014 10:38:09 +0100 (BST) Received: from eusync2.samsung.com ( [203.254.199.212]) by eucpsbgm2.samsung.com (EUCPMTA) with SMTP id DC.C2.15956.8DC61145; Thu, 11 Sep 2014 10:35:20 +0100 (BST) Received: from [106.109.9.145] by eusync2.samsung.com (Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPA id <0NBQ00K1JDAVT570@eusync2.samsung.com>; Thu, 11 Sep 2014 10:35:20 +0100 (BST) Message-id: <54116CDA.50909@samsung.com> Date: Thu, 11 Sep 2014 09:35:00 -0000 From: Yury Gribov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-version: 1.0 To: pinskia@gmail.com, Yury Gribov Cc: "gcc-patches@gcc.gnu.org" Subject: Re: [PATCHv2] Vimrc config with GNU formatting References: <540863C1.4000909@samsung.com> <54100735.5040700@samsung.com> <20140910185157.GA9233@gate.crashing.org> In-reply-to: Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00892.txt.bz2 On 09/11/2014 01:14 PM, pinskia@gmail.com wrote: > I don't like auto formatting in any editor. Ok, so +1 for moving to contrib/. > And some folks already have to deal with two more formatting styles already: > Linux kernel and gnu. So if you add auto formatting to one, >some folks are going to get confused. This config will only turn on autoformatting for GCC sources. It's not going to influence other directories. -Y