Indenting Code

Any statements executed inside a block of code should be indented within that block of code. Standard indentation is three spaces.

Note: Set up the environment for the editor you are using to set tab stops at 3 and turn the tab character display off. Then, each time you press the Tab key, three spaces are inserted rather than the tab character. Select auto-indentation.