diff --git a/Coding-Style.md b/Coding-Style.md index 29a331f..c0b3804 100644 --- a/Coding-Style.md +++ b/Coding-Style.md @@ -17,11 +17,10 @@ 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) - - [Derived Types](#derived_types) + - [Derived Types](#derived-types) - [Comments](#comments) - [Syntactic Conventions](#syntactic_conventions) - [Names](#names) @@ -37,7 +36,6 @@ Above all, the following rule from the GNOME developer documentation should alwa >Most importantly, do not make your first contribution to a project a change in the coding style to suit your taste. That is >incredibly disrespectful. ## Formatting -### Line Width ### Indentation ### Braces ### Functions