Skip to content

Instantly share code, notes, and snippets.

@drewblumberg
Created June 2, 2014 19:52
Show Gist options
  • Save drewblumberg/4e734ae29cd8eee3a840 to your computer and use it in GitHub Desktop.
Save drewblumberg/4e734ae29cd8eee3a840 to your computer and use it in GitHub Desktop.
My Sublime Settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"detect_indentation": false,
"draw_indent_guides": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".bundle",
".jhw-cache",
"tmp/cache",
".sass-cache",
"node_modules",
".jekyll",
".tmp",
"dist"
],
"font_face": "Source Code Pro Medium",
"font_size": 15.0,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage",
"Sass"
],
"line_padding_bottom": 1,
"line_padding_top": 0,
"remember_open_files": false,
"save_on_focus_lost": true,
"soda_folder_icons": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"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