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
- [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