Skip to content

Instantly share code, notes, and snippets.

@HeroicEric
Created June 22, 2011 19:09
Show Gist options
  • Save HeroicEric/1040858 to your computer and use it in GitHub Desktop.
Save HeroicEric/1040858 to your computer and use it in GitHub Desktop.
Settings for Sublime Text 2
// Settings in here override those in "Default/Base File.sublime-settings", and
// are overridden in turn by file type specific settings. Place your settings
// here, to ensure they're preserved when upgrading.
{
// Sets the colors used within the text area
"color_scheme": "Packages/Color Scheme - Default/Solarized (light).tmTheme",
// Note that the font_face and font_size are overriden in the platform
// specific settings file, for example, "Base File (Linux).sublime-settings".
// Because of this, setting them here will have no effect: you must set them
// in your User File Preferences.
"font_face": "menlo",
"font_size": 14,
// The number of spaces a tab is considered equal to
"tab_size": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment