Skip to content

Instantly share code, notes, and snippets.

@rickschmoo
Created September 8, 2015 00:08
Show Gist options
  • Save rickschmoo/36d49a0cbc03026234ad to your computer and use it in GitHub Desktop.
Save rickschmoo/36d49a0cbc03026234ad to your computer and use it in GitHub Desktop.
Sublime user prefs
{
"font_size": 15,
"draw_white_space": "all",
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.hogan"
}
],
"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