From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 04B9AA31F3 for ; Fri, 18 Oct 2019 18:08:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DC1531C0D9; Fri, 18 Oct 2019 18:08:35 +0200 (CEST) Received: from mail-pg1-f193.google.com (mail-pg1-f193.google.com [209.85.215.193]) by dpdk.org (Postfix) with ESMTP id A0F7D1C0D4 for ; Fri, 18 Oct 2019 18:08:33 +0200 (CEST) Received: by mail-pg1-f193.google.com with SMTP id e13so3617835pga.7 for ; Fri, 18 Oct 2019 09:08:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=R5lYkv5wShhYbnwYdQKg5A6Bh6RT5amKIE28c2aM2vE=; b=GQCHuT+4XBV1PsHOUFfu14gUPglyVSFWIq6QqUMW08IXTG3+i5JK0xdEgBfI9ey72i tBvM7mBDiLkQyLcjtC+9P65m9Bu9KcCrTNnMnp+Tw0j1piTx5/8A9azTsBbSzqzpm2MS xyIe9Xjo8bs1CtW569IFYIAiPtwBeuBK8cCl7YaxB0Q0ygZdANnQZWR0waAhfhFTKPwl c78xGI3eT71iTadFZJfPFVo3WR7Pa55uwD6rOH2FjXCg6R7NB9SS7UwZxn6e4cFIS1eu tSJwvcMQMiqvFZwX8zwEYuXY6O+5bUapaY5kgBb8XrVszsvwQa7mkRJAWoHBVUN+fMek ZqWA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=R5lYkv5wShhYbnwYdQKg5A6Bh6RT5amKIE28c2aM2vE=; b=t1o0GuahoJwkDTS0FC5XPJTY0NrVlmkAAwGp6u4citwOQDWCfd7Xaz4YkYZmHgntgt v/Np6/HBOpXuUZmUe236hBNqGGUn9Z01ehyZU+MtxkMI15QLsVa7vVsLNvQrlYUDLbFM U9JHp9WrW1Nx4LJaAe8UVfGRM6bHg6qhjSpQRHf9EMumA5WS7lTgm3OmFG+3X0CwbDwy d2RriDDpICas6ewFUDiAgCanLgtGYzHtkT0GqPHaXa45UWOGGFgCEzNPVQ5ClxvW2+uy J2ZDfs+cgVkyWo/ecItNEFOA6+mZ4CZwlThgcNA6V36OcIW0b8s4DcVZZzS5B99bVvwG MlVQ== X-Gm-Message-State: APjAAAX9fJ4Tq2aCDYYg60vE4KCxJHMMNBQh6XqYjg5YW5w3MFlyKjco m7wzY0+FDdHjNcBERmqlis0BxZXEV/TGew== X-Google-Smtp-Source: APXvYqy1Wb8atwTzE76Nc4dV1dJidzuoPa6HySDlKkkXTnlPpOHfD21Ql90eV/B4MKIpachgGPWRcQ== X-Received: by 2002:a63:5448:: with SMTP id e8mr10824630pgm.10.1571414912523; Fri, 18 Oct 2019 09:08:32 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id o185sm11412909pfg.136.2019.10.18.09.08.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Oct 2019 09:08:32 -0700 (PDT) Date: Fri, 18 Oct 2019 09:08:25 -0700 From: Stephen Hemminger To: Robin Jarry Cc: Thomas Monjalon , dev@dpdk.org Message-ID: <20191018090825.4df2ac5f@hermes.lan> In-Reply-To: <20191018155648.lpxhbz2omdqtytzj@6wind.com> References: <20191018075954.29715-1-robin.jarry@6wind.com> <20191018084859.380956ca@hermes.lan> <20191018155648.lpxhbz2omdqtytzj@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] tools: add EditorConfig file X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, 18 Oct 2019 17:56:48 +0200 Robin Jarry wrote: > 2019-10-18, Stephen Hemminger: > > Why not add this (since git doesn't like trailing whitespace). > > > > trim_trailing_whitespace=true > > Because EditorConfig applies the setting to the whole file when saving. > This has chances of trimming white space on lines that you did not > modify. I figure this is not what we want. > Current DPDK does not have trailing white space, I run a script over it perodically to check.