Skip to content

Instantly share code, notes, and snippets.

@carlzulauf
Created November 24, 2011 02:30
Show Gist options
  • Save carlzulauf/1390502 to your computer and use it in GitHub Desktop.
Save carlzulauf/1390502 to your computer and use it in GitHub Desktop.
Customized Sublime Text 2 file settings
// This goes in ~/.config/sublime-text-2/Packages/User/Base File.sublime-settings
{
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
// 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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment