diff --git a/Coding-style-policy.md b/Coding-style-policy.md index c3f31b1..6466ca1 100644 --- a/Coding-style-policy.md +++ b/Coding-style-policy.md @@ -17,7 +17,8 @@ The following list provides an overview of all policies applied to RSS-Bridge. F * [Do not add whitespace at start or end of a file or end of a line](Whitespace#do-not-add-whitespace-at-start-or-end-of-a-file-or-end-of-a-line) * [Indentation](Indentation) * [Use tabs for indentation](Indentation#use-tabs-for-indentation) -* [Maximum line length](Maximum-line-length#maximum-line-length) +* [Maximum line length](Maximum-line-length) + * [The maximum line length should not exceed 80 characters](Maximum-line-length#the-maximum-line-length-should-not-exceed-80-characters) * [Strings](Strings) * [Whenever possible use single quoted strings](Strings#whenever-possible-use-single-quote-strings) * [Add spaces around the concatenation operator](Strings#add-spaces-around-the-concatenation-operator) @@ -32,7 +33,8 @@ The following list provides an overview of all policies applied to RSS-Bridge. F * [Parameters with default values must appear last in functions](Functions#parameters-with-default-values-must-appear-last-in-functions) * [Calling functions](Functions#calling-functions) * [Do not add spaces after opening or before closing bracket](Functions#do-not-add-spaces-after-opening-or-before-closing-bracket) -* [Structures](Structures#structures) +* [Structures](Structures) + * [Structures must always be formatted as multi-line blocks](Structures#structures-must-always-be-formatted-as-multi-line-blocks) * [If-Statement](if-Statement) * [Use `elseif` instead of `else if`](if-Statement#use-elseif-instead-of-else-if) * [Do not write empty statements](if-Statement#do-not-write-empty-statements)