How to Indent Code r1 (See the current copy)

Identing Your Code -- Don't Be That Guy

The Rules:

  1. Use a (real) tab or spaces to indent
    1. Preferably a tab, it has a deep history related to idention and in software it tends to mean "ident"
  2. No tab shall come after a non-tab character on a line
  3. Be consistent
    1. No space character shall follow a tab character
    2. If using spaces, use the same number of spaces to represent an indention level