Skip to content

Instantly share code, notes, and snippets.

@vishnuratheesh
Created September 18, 2015 04:06
Show Gist options
  • Select an option

  • Save vishnuratheesh/8521c676ef6cee3d6db2 to your computer and use it in GitHub Desktop.

Select an option

Save vishnuratheesh/8521c676ef6cee3d6db2 to your computer and use it in GitHub Desktop.
{
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": ".",
"selector": "source.js"
}
],
"color_scheme": "Packages/User/Monokai (Flake8Lint).tmTheme",
"draw_white_space": "all",
"font_face": "Ubuntu",
"font_size": 14,
"ignored_packages":
[
"CSS",
"Vintage"
],
"rulers":
[
80
],
"tab_size": 4,
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": true,
"show_encoding" : true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment