Skip to content

Instantly share code, notes, and snippets.

@larrybotha
Created June 15, 2012 09:33
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 larrybotha/2935617 to your computer and use it in GitHub Desktop.
Save larrybotha/2935617 to your computer and use it in GitHub Desktop.
Sublime Text 2 | User Settings | path: Packages/User
[
{ "keys": ["super+shift+h"], "command": "htmlprettify" }
]
{
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 200,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"detect_indentation": true,
"font_size": 9,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"translate_tabs_to_spaces": false,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment