Skip to content

Instantly share code, notes, and snippets.

@rickschmoo
Created February 7, 2015 21:31
Show Gist options
  • Save rickschmoo/5a07b1d63a71f63532af to your computer and use it in GitHub Desktop.
Save rickschmoo/5a07b1d63a71f63532af to your computer and use it in GitHub Desktop.
sublime settings
{
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.hogan"
}
],
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"draw_white_space": "all",
"font_face": "Source Code Pro Light",
"font_size": 12,
"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