Skip to content

Instantly share code, notes, and snippets.

@lucas-tulio
Created August 11, 2015 17:27
Show Gist options
  • Save lucas-tulio/77722cc992c3fa42c479 to your computer and use it in GitHub Desktop.
Save lucas-tulio/77722cc992c3fa42c479 to your computer and use it in GitHub Desktop.
The settings I use in Sublime Text 2
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"font_size": 16,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"draw_white_space": "all"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment