Skip to content

Instantly share code, notes, and snippets.

@ksheurs
Created August 19, 2013 17:33
Show Gist options
  • Select an option

  • Save ksheurs/6271806 to your computer and use it in GitHub Desktop.

Select an option

Save ksheurs/6271806 to your computer and use it in GitHub Desktop.
{
"auto_complete": false,
"bold_folder_labels": true,
"color_scheme": "/Users/kevin/Library/Application Support/Sublime Text 2/Packages/User/Blackboard-custom.tmTheme",
"create_window_at_startup": false,
"detect_indentation": true,
"detect_slow_plugins": false,
"draw_indent_guides": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
"tmp"
],
"font_face": "Monaco",
"font_size": 13.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
"WordCount",
"TidyHTML5",
"Smart Match"
],
"line_padding_top": 1,
"open_files_in_new_window": true,
"soda_classic_tabs": true,
"soda_folder_icons": false,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment