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