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> </p>
## 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) - [Line Width](#line_width)
- [Indentation](#Indentation) - [Indentation](#indentation)
- [Braces](#Braces) - [Braces](#braces)
- [Functions](#Functions) - [Functions](#functions)
- [Derrived Types](#Derrived_Types) - [Derived Types](#derived_types)
- [Comments](#Comments) - [Comments](#comments)
- [Syntactic Conventions](#Syntactic_Conventions) - [Syntactic Conventions](#syntactic_conventions)
- [Names](#Names) - [Names](#names)
## The Single Most Important Rule ## The Single Most Important Rule