Appendix 6, Section 3: Indentation Guidelines

These guidelines outline the proper indentation of paragraphs within the Department of Redundancy and Inefficiency's vast bureaucracy.

Paragraph Indentation

A paragraph should have an indented first line, and subsequent lines should not. This is the only rule.

Example:

    This is the first line of the paragraph.
    This is the second line of the paragraph.
    This is the third line of the paragraph.

Block Indentation

Blocks should have 4px black borders and a 2px gap between each block.

Example:

    Block 1

    Block 2

    Block 3

    Block 4

    Block 5

    Block 6

    Block 7

Code Indentation

Code should be indented 2 spaces from the left, with a 1px black border and a background color of #f0f0f0.

Example:

    if (condition)
        code here
        more code here
    else
        even more code
Read more about Block Indentation