From 9239a103da5eb3e21a6e44995a5cce9a8abe32be Mon Sep 17 00:00:00 2001 From: Patrick Vogler Date: Tue, 20 Jun 2023 14:33:54 +0000 Subject: [PATCH] Update 'Coding Style' --- Coding-Style.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Coding-Style.md b/Coding-Style.md index fa84503..29a331f 100644 --- a/Coding-Style.md +++ b/Coding-Style.md @@ -34,4 +34,15 @@ Above all, the following rule from the GNOME developer documentation should alwa > >So, whatever this document recommends, if there is already written code and you are contributing to it, keep its current style >consistent even if it is not your favorite style. > ->Most importantly, do not make your first contribution to a project a change in the coding style to suit your taste. That is >incredibly disrespectful. \ No newline at end of file +>Most importantly, do not make your first contribution to a project a change in the coding style to suit your taste. That is >incredibly disrespectful. + +## Formatting +### Line Width +### Indentation +### Braces +### Functions +### Derived Types + +## Comments +## Syntactic Conventions +## Names \ No newline at end of file