Skip to content

Instantly share code, notes, and snippets.

@tomkeays
Created January 18, 2018 15:35
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 tomkeays/eca3139a523b15ce387a9582a269e504 to your computer and use it in GitHub Desktop.
Save tomkeays/eca3139a523b15ce387a9582a269e504 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings--User
{
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
}
],
"color_scheme": "Packages/Predawn/predawn.tmTheme",
"font_size": 12,
"ignored_packages":
[
"0_package_control_loader",
"Vintage"
],
"tab_size": 2,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"copy_with_empty_selection": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment