From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8EACB2095E00B for ; Fri, 11 Aug 2017 09:46:35 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id AEFC75BA1C; Fri, 11 Aug 2017 16:48:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com AEFC75BA1C Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=lersek@redhat.com Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-239.phx2.redhat.com [10.3.116.239]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4FA0078DEF; Fri, 11 Aug 2017 16:48:54 +0000 (UTC) From: Laszlo Ersek To: edk2-devel-01 Cc: Ard Biesheuvel , Jordan Justen , Leif Lindholm , Michael D Kinney Date: Fri, 11 Aug 2017 18:48:49 +0200 Message-Id: <20170811164851.9466-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Fri, 11 Aug 2017 16:48:55 +0000 (UTC) Subject: [edk2-CCodingStandardsSpecification PATCH 0/2] improvements related to line wrapping X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2017 16:46:35 -0000 We've discussed these ideas repeatedly over time; I'm now attempting to formalize them. Also test-driving the documentation contribution process. - Repo: https://github.com/lersek/edk2-CCodingStandardsSpecification.git - Branch: line_wrapping - Rendered views of the pages modified: - https://lersek.gitbooks.io/laszlo-s-fork-of-the-edk-ii-c-coding-standards-sp/content/v/line_wrapping/#edk-ii-c-coding-standards-specification - https://lersek.gitbooks.io/laszlo-s-fork-of-the-edk-ii-c-coding-standards-sp/content/v/line_wrapping/5_source_files/#51-general-rules - https://lersek.gitbooks.io/laszlo-s-fork-of-the-edk-ii-c-coding-standards-sp/content/v/line_wrapping/5_source_files/52_spacing.html#52-spacing Cc: Ard Biesheuvel Cc: Jordan Justen Cc: Leif Lindholm Cc: Michael D Kinney Thanks Laszlo Laszlo Ersek (2): Source Files / General Rules: limit line lengths to 80 columns Source Files / Spacing / Multi-line func. calls: allow condensed arguments 5_source_files/52_spacing.md | 29 +++++++++++++++++++- 5_source_files/README.md | 17 ++++++++---- README.md | 2 ++ 3 files changed, 42 insertions(+), 6 deletions(-) -- 2.13.1.3.g8be5a757fa67