Skip to content

Instantly share code, notes, and snippets.

@srohde
Last active October 12, 2015 06:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srohde/3983416 to your computer and use it in GitHub Desktop.
Save srohde/3983416 to your computer and use it in GitHub Desktop.
My Sublime Text 2 preferences
{
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.hogan"
}
],
"font_face": "Source Code Pro Light",
"gutter": true,
"ignored_packages":
[
"Vintage"
],
"line_numbers": true,
"overlay_scroll_bars": "enabled",
"tab_size": 2,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment