Update 'Coding Style'
parent
60625d1dbf
commit
17cf62ab5b
1 changed files with 10 additions and 10 deletions
|
@ -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
|
Loading…
Reference in a new issue