Update 'Coding Style'

Patrick Vogler 2023-06-20 14:34:51 +00:00
parent 9239a103da
commit a20d79bec5

@ -17,11 +17,10 @@ This document discusses practices and style for programmers working on the BigWh
## Content ## Content
- [The Single Most Important Rule](#the-single-most-important-rule) - [The Single Most Important Rule](#the-single-most-important-rule)
- [Formatting](#formatting) - [Formatting](#formatting)
- [Line Width](#line_width)
- [Indentation](#indentation) - [Indentation](#indentation)
- [Braces](#braces) - [Braces](#braces)
- [Functions](#functions) - [Functions](#functions)
- [Derived Types](#derived_types) - [Derived Types](#derived-types)
- [Comments](#comments) - [Comments](#comments)
- [Syntactic Conventions](#syntactic_conventions) - [Syntactic Conventions](#syntactic_conventions)
- [Names](#names) - [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. >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 ## Formatting
### Line Width
### Indentation ### Indentation
### Braces ### Braces
### Functions ### Functions