Skip to content

Instantly share code, notes, and snippets.

@sethwebster
Created April 2, 2016 21:44
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 sethwebster/b8a07a4ab7321e4ea16c414dacfc73ea to your computer and use it in GitHub Desktop.
Save sethwebster/b8a07a4ab7321e4ea16c414dacfc73ea to your computer and use it in GitHub Desktop.
sublime-settings
{
"caret_style": "phase",
"color_scheme": "Packages/Colorsublime - Themes/Afterglow.tmTheme",
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
"node_modules",
"bower_components",
".svn",
".git",
".hg",
"CVS"
],
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"wide_caret": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment