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 639B8A31F3 for ; Fri, 18 Oct 2019 17:49:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 36FE21C1DD; Fri, 18 Oct 2019 17:49:03 +0200 (CEST) Received: from mail-pl1-f195.google.com (mail-pl1-f195.google.com [209.85.214.195]) by dpdk.org (Postfix) with ESMTP id 20AEB1C1B9 for ; Fri, 18 Oct 2019 17:49:02 +0200 (CEST) Received: by mail-pl1-f195.google.com with SMTP id w8so3040341plq.5 for ; Fri, 18 Oct 2019 08:49:02 -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=29E95u/PtCVtiybMcX1aTQ49sWofXdyXfgnrBHPIAi8=; b=bwTbH/LQp+AbyWcc6GxPCYPCLM8dGsQgnDSVRkAoKhPsDatwU6EQRbc1w+fUWzgGzv qvC981Aku1jhavFi2ntfee4FyvzF5JzrGOa52yxmBdZERISYioNkM0l7caCpkAPyrxaE Dv3Tqgw1Uf1pFtEFsGhMF7dL2ewUucABbyUKRurIqoWdIDZKmtAH5+Gzz/EM+VSmAEtK UA8f25FH6vHwchKwG2x0gESa5qHCdcpg70b2+YGhyXDUubzL+FzH7aig/1B30G6VlB7c Cj8aN224p+1EkRtuBU5Dk1KnceQUi3k7Bi9xjXXASD7kxemuAaQf35dVxWCpqMPRl4Ka pduA== 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=29E95u/PtCVtiybMcX1aTQ49sWofXdyXfgnrBHPIAi8=; b=RYhowLWiK2ayU0/gTd3ymvfmg74Ei6dBA+WPXp1ysFzBhXAQTEBIZbOd1ZXn230YYM ALLFDxUr+L0Ihz083ChUpQ7nt0otZVhzi3mGPKQ1z3JS9839JbWoXJtD+K4aEMozjvmh qGi+7BRKaAt7M33Y3rmkLr6hhW5CU/DXGXxpuiOckJka/1F8DmyhhJZJhsl1ofgEHISa 3at3R5UN0icoY+4ed3xUh0N5eLE9b91hQ0UoN5OiJwd95WW9v3Y0Pg2HA68GPy8p6zfb y8FJqaHnxM/wNSozPRJVGib38m2/4wwKqlyurBxAayTvVZoeZg8u1hiZIFsEbtOcWqQ+ 7Gdw== X-Gm-Message-State: APjAAAU5hqrLjubYe6jwFRSXZ4Ng4Yo8ArZq4IOXRnC40iqy58scQHGF gXLFlbgZgr7yOTG9DyExJK6oQx7XWulvNQ== X-Google-Smtp-Source: APXvYqw9NbbWQBKMuW5dtN0k4F2Z9L9UtvtYSP+z5tVqd5XaOcDoK1BWYi/FEs1wJPU4qCiEOS1Imw== X-Received: by 2002:a17:902:401:: with SMTP id 1mr4536619ple.337.1571413741244; Fri, 18 Oct 2019 08:49:01 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id i190sm7506104pgc.93.2019.10.18.08.49.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Oct 2019 08:49:01 -0700 (PDT) Date: Fri, 18 Oct 2019 08:48:59 -0700 From: Stephen Hemminger To: Robin Jarry Cc: Thomas Monjalon , dev@dpdk.org Message-ID: <20191018084859.380956ca@hermes.lan> In-Reply-To: <20191018075954.29715-1-robin.jarry@6wind.com> References: <20191018075954.29715-1-robin.jarry@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 09:59:54 +0200 Robin Jarry wrote: > diff --git a/.editorconfig b/.editorconfig > new file mode 100644 > index 000000000000..c5704d89b8c6 > --- /dev/null > +++ b/.editorconfig > @@ -0,0 +1,23 @@ > +# SPDX-License-Identifier: BSD-3-Clause > +# Copyright 2019 6WIND S.A. > + > +root = true > + > +[*] > +end_of_line = lf > +insert_final_newline = true > +charset = utf-8 > +indent_style = tab > +tab_width = 8 > +max_line_length = 80 Why not add this (since git doesn't like trailing whitespace). trim_trailing_whitespace=true