Skip to content

Instantly share code, notes, and snippets.

@chrisfrancis27
Last active August 29, 2015 14:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisfrancis27/22698b6045b0bdfc1d71 to your computer and use it in GitHub Desktop.
Save chrisfrancis27/22698b6045b0bdfc1d71 to your computer and use it in GitHub Desktop.
Sublime Text 3 user settings (OSX)
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "smooth",
"color_scheme": "Packages/User/Monokai (SL).tmTheme",
"copy_with_empty_selection": true,
"detect_indentation": false,
"draw_minimap_border": true,
"enable_tab_scrolling": false,
"findreplace_small": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules"
],
"font_face": "Courier New",
"font_size": 12,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"shift_tab_unindent": true,
"show_tab_close_buttons": false,
"tab_size": 2,
"tabs_small": true,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment