Skip to content

Instantly share code, notes, and snippets.

@Emuentes
Created February 18, 2016 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Emuentes/33a3a697efc6b0533736 to your computer and use it in GitHub Desktop.
Save Emuentes/33a3a697efc6b0533736 to your computer and use it in GitHub Desktop.
My current sublime settings
{
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": " ",
"selector": "text.html meta.tag"
}
],
"color_scheme": "Packages/User/SublimeLinter/Solarized (Dark) (SL).tmTheme",
"debug": true,
"detect_indentation": false,
"draw_white_space": "all",
"file_exclude_patterns":
[
"*.min.js"
],
"font_size": 11,
"ignored_packages":
[
"HTML Snippets",
"Vintage"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment