From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Traynor Subject: [PATCH] doc: clarify spaces for alignment note Date: Mon, 11 Mar 2019 18:39:39 +0000 Message-ID: <20190311183939.21166-1-ktraynor@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: Kevin Traynor To: john.mcnamara@intel.com, ferruh.yigit@intel.com, dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 09E5E378B for ; Mon, 11 Mar 2019 19:40:00 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Make clear that spaces are only for alignments less than tab size. Signed-off-by: Kevin Traynor --- doc/guides/contributing/coding_style.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/contributing/coding_style.rst b/doc/guides/contributing/coding_style.rst index d96698a73..dd7ddc21e 100644 --- a/doc/guides/contributing/coding_style.rst +++ b/doc/guides/contributing/coding_style.rst @@ -348,5 +348,5 @@ General .. note:: - Global whitespace rule in DPDK, use tabs for indentation, spaces for alignment. + Global whitespace rule in DPDK, use tabs for indentation, spaces for smaller alignments. * Do not put any spaces before a tab for indentation. -- 2.20.1