Update 'Coding Style'

Patrick Vogler 2023-06-20 14:30:16 +00:00
parent 60625d1dbf
commit 17cf62ab5b

@ -15,15 +15,15 @@ This document discusses practices and style for programmers working on the BigWh
</p>
## Content
- [The Single Most Important Rule](#The_Single_Most_Important_Rule)
- [Formatting](#Formatting)
- [Line Width](#Line_Width)
- [Indentation](#Indentation)
- [Braces](#Braces)
- [Functions](#Functions)
- [Derrived Types](#Derrived_Types)
- [Comments](#Comments)
- [Syntactic Conventions](#Syntactic_Conventions)
- [Names](#Names)
- [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)
- [Comments](#comments)
- [Syntactic Conventions](#syntactic_conventions)
- [Names](#names)
## The Single Most Important Rule