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 083E0A0558; Sat, 22 Feb 2020 21:03:25 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D33DD25B3; Sat, 22 Feb 2020 21:03:24 +0100 (CET) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 851B7B62 for ; Sat, 22 Feb 2020 21:03:23 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id BFBAA3C1; Sat, 22 Feb 2020 15:03:21 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sat, 22 Feb 2020 15:03:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=30R37bVHqxDQDAlEiWFhZhMrZ+DK66rddZqTsdo8oVg=; b=Drzm6AyUtW1w rQjoEb/ydsMbWvrFL6TWu5VUJYpD5kv085cc411Ms+ta+MTSlLlZRIhgiPsyfUY9 rYmeCP54/NfBT1hsKgRHGw3Y+J6xPuBtVknHqH/zE0doj81RT2BqJcSQQtOa2pu+ 1N1My8jixwTp1c6k8xLkT0fK+eQrwfA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=30R37bVHqxDQDAlEiWFhZhMrZ+DK66rddZqTsdo8o Vg=; b=bIPGBMgUAoBM/VboKV2QN3Yeh0VDZf7L8V75fHmn7SmZ437uQWNc3CuhB fUT9udbb6psgqGgWFeCX7vdNiIUs0J/W3nrScIThYE6SfQQWknTDojr2F7q/U0Um rVt3fuOhFfeoq5Y3YZyqlBPJPenxeYVY8C6U5BJRvLl6KGvkuKvmPQqFwIa90+wB +VCok1P7rSe5NCjZi6UyYxJ7nN6M+doAunOZ6E/x3jdTj4g9BoAld4ReXWuOpPNH gzmwAarGpTilLKg3ZOLOVQM14s73aHeu0qXI1xMDlrH9hi9DcQy37qWHmQDiSB8d llZrD/RuuLhXEHguydqb2ijRcBYCg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrkeeigddufeefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuff homhgrihhnpehrshhtrdhinhdpvgguihhtohhrtghonhhfihhgrdhorhhgpdhgihhthhhu sgdrtghomhenucfkphepjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuih iivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9E49F3060D1A; Sat, 22 Feb 2020 15:03:19 -0500 (EST) From: Thomas Monjalon To: Robin Jarry Cc: dev@dpdk.org, Stephen Hemminger , Anatoly Burakov , Keith Wiles , Ray Kinsella , Andrew Rybchenko Date: Sat, 22 Feb 2020 21:03:16 +0100 Message-ID: <14004631.JCcGWNJJiE@xps> In-Reply-To: <20191025140410.1302-1-robin.jarry@6wind.com> References: <20191018075954.29715-1-robin.jarry@6wind.com> <20191025140410.1302-1-robin.jarry@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] devtools: 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" 25/10/2019 16:04, Robin Jarry: > EditorConfig is a file format and collection of text editor plugins for > maintaining consistent coding styles between different editors and IDEs. > > Initialize the file following the coding rules in > doc/guides/contributing/coding_style.rst, > doc/guides/contributing/documentation.rst and > doc/guides/contributing/patches.rst. > > In order for this file to be taken into account (unless they use an > editor with built-in EditorConfig support), developers will have to > install a plugin. > > Note: The max_line_length property is only supported by a limited number > of EditorConfig plugins. It will be ignored if unsupported. > > Add this new file in MAINTAINERS in the "Developers and Maintainers > Tools" section. > > Link: https://editorconfig.org/ > Link: https://github.com/editorconfig/editorconfig-emacs > Link: https://github.com/editorconfig/editorconfig-vim > Link: https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length > Cc: Thomas Monjalon > Cc: Stephen Hemminger > Cc: Anatoly Burakov > Cc: Keith Wiles > Cc: Ray Kinsella > Cc: Andrew Rybchenko > Signed-off-by: Robin Jarry > --- > Changelog: > > v2: > > - Add link to editorconfig.org in file for syntax reference. > - Use [*.EXT] syntax for section headers (as shown on home page). > - Add trim_trailing_whitespace option. This patch was forgotten, sorry. Applied, thanks it looks to be a good addition.