This file attempts to outline various naming and structure conventions, that are to be used throughout the project.
- Files end with one newline.
- Use Tab characters for indentation.
- If in the indented block there is an empty line, indent it also to the same level as the rest of the block to make it clear where the block starts and ends.
- Whenever possible, try to keep line lengths around a maximum of 80 chars.