From 3f86a970f0079d15b6ac25e7a586a9e8c254f00d Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sun, 1 Apr 2018 17:34:04 +0200 Subject: [PATCH] Added anchor link --- CODE_STYLE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CODE_STYLE.md b/CODE_STYLE.md index cac3a5b9..38a859ca 100644 --- a/CODE_STYLE.md +++ b/CODE_STYLE.md @@ -4,6 +4,7 @@ This document is only meant to teach you the code style used in this project and * [Tabs vs Spaces](#tabs-vs-spaces) * [Empty line between blocks and statements](#empty-line-between-blocks-and-statements) +* [Empty line between commented blocks](#empty-line-between-commented-blocks) * [Variable names](#variable-names) * [Types at the top](#types-at-the-top) * [Private fields at the end of a struct](#private-fields-at-the-end-of-a-struct)