From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 3B7092095E001 for ; Fri, 11 Aug 2017 10:05:34 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2017 10:07:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,358,1498546800"; d="scan'208";a="1204733392" Received: from orsmsx107.amr.corp.intel.com ([10.22.240.5]) by fmsmga002.fm.intel.com with ESMTP; 11 Aug 2017 10:07:54 -0700 Received: from orsmsx159.amr.corp.intel.com (10.22.240.24) by ORSMSX107.amr.corp.intel.com (10.22.240.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 11 Aug 2017 10:07:53 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.211]) by ORSMSX159.amr.corp.intel.com ([169.254.11.123]) with mapi id 14.03.0319.002; Fri, 11 Aug 2017 10:07:53 -0700 From: "Kinney, Michael D" To: Laszlo Ersek , edk2-devel-01 , "Kinney, Michael D" CC: Ard Biesheuvel , "Justen, Jordan L" , Leif Lindholm Thread-Topic: [edk2-CCodingStandardsSpecification PATCH 0/2] improvements related to line wrapping Thread-Index: AQHTEsHAJiXdbDRXfUKwEOc3bp3neqJ/YfWw Date: Fri, 11 Aug 2017 17:07:52 +0000 Message-ID: References: <20170811164851.9466-1-lersek@redhat.com> In-Reply-To: <20170811164851.9466-1-lersek@redhat.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Subject: Re: [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 17:05:34 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Laszlo, You can also provide links to the GitHub commits with "?w=3D1" flag appended. If you select the "Display the rich diff" button above each changed file, GitHub renders a view with change bars. https://github.com/lersek/edk2-CCodingStandardsSpecification/commit/2c5534a= 24b15616fdaa02478858ed1d8908dc653?w=3D1 https://github.com/lersek/edk2-CCodingStandardsSpecification/commit/e3797dc= 48316052005cefa26246ab2fd32641881?w=3D1 Best regards, Mike > -----Original Message----- > From: Laszlo Ersek [mailto:lersek@redhat.com] > Sent: Friday, August 11, 2017 9:49 AM > To: edk2-devel-01 > Cc: Ard Biesheuvel ; Justen, Jordan L > ; Leif Lindholm > ; Kinney, Michael D > > Subject: [edk2-CCodingStandardsSpecification PATCH 0/2] > improvements related to line wrapping >=20 > We've discussed these ideas repeatedly over time; I'm now > attempting to > formalize them. Also test-driving the documentation contribution > process. >=20 > - 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 >=20 > Cc: Ard Biesheuvel > Cc: Jordan Justen > Cc: Leif Lindholm > Cc: Michael D Kinney >=20 > Thanks > Laszlo >=20 > Laszlo Ersek (2): > Source Files / General Rules: limit line lengths to 80 columns > Source Files / Spacing / Multi-line func. calls: allow > condensed > arguments >=20 > 5_source_files/52_spacing.md | 29 +++++++++++++++++++- > 5_source_files/README.md | 17 ++++++++---- > README.md | 2 ++ > 3 files changed, 42 insertions(+), 6 deletions(-) >=20 > -- > 2.13.1.3.g8be5a757fa67