1.1

Editor Code style

These are general coding styles that I use in most all of my code. It would be pretty rare that I would override these settings, except in specific instances.

Indentation

I use spaces over tabs because tabs aren't always displayed the same size on all devices. Spaces are always spaces.   

Encoding

Use UTF-8 as the source file encoding.

Whitespace