Skip to content

Instantly share code, notes, and snippets.

@tomoyukiinoue
Created October 30, 2012 00:44
Show Gist options
  • Save tomoyukiinoue/3977625 to your computer and use it in GitHub Desktop.
Save tomoyukiinoue/3977625 to your computer and use it in GitHub Desktop.
Sublime Text 2 User Preferences
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
// 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": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment