Skip to content

Instantly share code, notes, and snippets.

@mikedugan
Created February 15, 2014 18:19
Show Gist options
  • Select an option

  • Save mikedugan/9023097 to your computer and use it in GitHub Desktop.

Select an option

Save mikedugan/9023097 to your computer and use it in GitHub Desktop.
sublime text preferences
{
"always_prompt_for_file_reload": true,
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_top": 5,
"caret_extra_width": 2,
"caret_style": "blink",
"color_scheme": "Packages/User/Monokai (SL).tmTheme",
"draw_minimap_border": true,
"fade_fold_buttons": false,
"font_face": "Source Code Pro for Powerline",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 7,
"overlay_scroll_bars": "enabled",
"save_on_focus_lost": true,
"shift_tab_unindent": true,
"show_tab_close_buttons": false,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment