From 0a4538ca06f4355237d758c45e070bb11390dcd6 Mon Sep 17 00:00:00 2001 From: Patrick Vogler Date: Wed, 21 Jun 2023 14:31:49 +0000 Subject: [PATCH] Update 'Coding Style' --- Coding-Style.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Coding-Style.md b/Coding-Style.md index 76bceac..d55f35e 100644 --- a/Coding-Style.md +++ b/Coding-Style.md @@ -52,8 +52,6 @@ while ((c = *str++)) } ``` -Continuation lines should align wrapped elements either vertically using Python’s implicit line joining inside parentheses, brackets and braces, or using a hanging indent . When using a hanging indent the following should be considered; there should be no arguments on the first line and further indentation should be used to clearly distinguish itself as a continuation line: - ```c error = initialize_tagtree(&prec_control->tag_inclusion, prec_control->numCbX,