diff --git a/Coding-Style.md b/Coding-Style.md index e581ba5..736adff 100644 --- a/Coding-Style.md +++ b/Coding-Style.md @@ -15,15 +15,15 @@ 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) - - [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 \ No newline at end of file