Skip to content

Instantly share code, notes, and snippets.

@wanderwaltz
Created June 15, 2014 12:40
Show Gist options
  • Save wanderwaltz/c1a0117d4897c526aac7 to your computer and use it in GitHub Desktop.
Save wanderwaltz/c1a0117d4897c526aac7 to your computer and use it in GitHub Desktop.
Sublime Text 2 settings file.
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"font_size": 20.0,
"ignored_packages": [
"Vintage"
],
"open_files_in_new_window": false,
"rulers": [
100
],
"tab_completion": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment