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>
|
||||
|
||||
## 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
|
Loading…
Reference in a new issue