Skip to content

Instantly share code, notes, and snippets.

@damonbauer
Last active December 17, 2015 20:39
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 damonbauer/e1081613eccacc94ada3 to your computer and use it in GitHub Desktop.
Save damonbauer/e1081613eccacc94ada3 to your computer and use it in GitHub Desktop.
Sublime Text User Preferences
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"command": "toggle_overwrite",
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
"bin",
".sass-cache",
".git",
".bundle",
"development_cassettes",
"log",
"node_modules",
"tmp",
".rspec",
".travis.yml"
],
"font_face": "InputMono-Light",
"font_size": 14.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"keys":
[
"ctrl+alt+shift+i"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"open_externally_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.zip",
"*.pdf"
],
"prevent_bin_preview": true,
"scroll_past_end": false,
"shift_tab_unindent": true,
"show_full_path": true,
"tab_size": 2,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment