Skip to content

Instantly share code, notes, and snippets.

@Zeex
Last active December 17, 2015 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zeex/5562669 to your computer and use it in GitHub Desktop.
Save Zeex/5562669 to your computer and use it in GitHub Desktop.
Sublime Text 2 preferences
{
"rulers": [80, 100, 120],
"auto_match_enabled": false,
"font_face": "Consolas",
"font_size": 12.0,
"line_numbers": true,
"word_wrap": false,
"wrap_width": 0,
"hot_exit": false,
"remember_open_files": false,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment