Created
June 22, 2011 19:09
-
-
Save HeroicEric/1040858 to your computer and use it in GitHub Desktop.
Settings for Sublime Text 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
// 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