Update 'Coding Style'
parent
9239a103da
commit
a20d79bec5
1 changed files with 1 additions and 3 deletions
|
@ -17,11 +17,10 @@ This document discusses practices and style for programmers working on the BigWh
|
|||
## Content
|
||||
- [The Single Most Important Rule](#the-single-most-important-rule)
|
||||
- [Formatting](#formatting)
|
||||
- [Line Width](#line_width)
|
||||
- [Indentation](#indentation)
|
||||
- [Braces](#braces)
|
||||
- [Functions](#functions)
|
||||
- [Derived Types](#derived_types)
|
||||
- [Derived Types](#derived-types)
|
||||
- [Comments](#comments)
|
||||
- [Syntactic Conventions](#syntactic_conventions)
|
||||
- [Names](#names)
|
||||
|
@ -37,7 +36,6 @@ Above all, the following rule from the GNOME developer documentation should alwa
|
|||
>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
|
||||
|
|
Loading…
Reference in a new issue