Skip to content

Instantly share code, notes, and snippets.

@dangerousbeans
Created August 12, 2013 10:39
Show Gist options
  • Save dangerousbeans/6209814 to your computer and use it in GitHub Desktop.
Save dangerousbeans/6209814 to your computer and use it in GitHub Desktop.
Sublime Text 3 Prefs
{
// The number of spaces a tab is considered equal to
"tab_size": 2,
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment