Update 'Coding Style'

Patrick Vogler 2023-06-20 14:33:54 +00:00
parent 28a4fd80ff
commit 9239a103da

@ -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.
>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