diff --git a/developer_manual/codingguidelines.rst b/developer_manual/codingguidelines.rst index 33c10a768..9c26ac987 100644 --- a/developer_manual/codingguidelines.rst +++ b/developer_manual/codingguidelines.rst @@ -1,10 +1,11 @@ -Coding Guidelines -================= +Coding Style Guidelines +======================= General ------- * Maximum line-length of 80 characters * Use tabs to indent +* A tab is 4 spaces wide * Opening braces of blocks are on the same line as the definition * Quotes: ' for everything, " for HTML attributes (

)