Skip to content

Instantly share code, notes, and snippets.

@azappa
Created September 27, 2016 09:29
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 azappa/c4acfacb841f41adba49e0dbd113ca3b to your computer and use it in GitHub Desktop.
Save azappa/c4acfacb841f41adba49e0dbd113ca3b to your computer and use it in GitHub Desktop.
ST3 preferences
{
"color_scheme": "Packages/User/SublimeLinter/Dracula (SL).tmTheme",
"folder_exclude_patterns":
[
".git",
"node_modules",
"bower_components"
],
"font_size": 10,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": true,
"show_definitions": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment