David's Sublime Hints
Hint 1 - Set default indentation to 2 spaces
A tab size of 2 almost always looks better and can fit more on screen
- Click on
Sublime Text
->Preferences
->Settings - User
- Alter the file to add
"tab_size: 2"
and save it
Mine looks like the following: