Update 'Coding Style'
parent
28a4fd80ff
commit
9239a103da
1 changed files with 12 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue