Skip to content

Instantly share code, notes, and snippets.

@HenriqueSilverio
Created July 31, 2013 23:18
Show Gist options
  • Save HenriqueSilverio/6127099 to your computer and use it in GitHub Desktop.
Save HenriqueSilverio/6127099 to your computer and use it in GitHub Desktop.
My Sublime Text Settings User.
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_size": 16,
"margin": 0,
"highlight_line": true,
"line_padding_top": 3,
"line_padding_bottom": 3,
"ensure_newline_at_eof_on_save": true,
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": "/",
"selector": "string.quoted.double.html,string.quoted.single.html, source.css"
}
],
"drag_text": false,
"highlight_modified_tabs": true,
"bold_folder_labels": true,
"ignored_packages": [ "Vintage" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment