Skip to content

Instantly share code, notes, and snippets.

@finbarr
Created February 15, 2016 06: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 finbarr/f232581c6e990bd36e0d to your computer and use it in GitHub Desktop.
Save finbarr/f232581c6e990bd36e0d to your computer and use it in GitHub Desktop.
Sublime Text 3 preferences
{
"always_show_minimap_viewport": true,
"animation_enabled": false,
"auto_complete_commit_on_tab": true,
"auto_complete_cycle": true,
"auto_complete_delay": 0,
"auto_complete_with_fields": true,
"bold_folder_labels": true,
"caret_extra_bottom": 0,
"caret_extra_top": 0,
"caret_extra_width": 1,
"caret_style": "blink",
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"draw_minimap_border": true,
"draw_white_space": "all",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"font_face": "Monaco",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 10.0,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "tmp"],
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": false,
"index_exclude_patterns":
[
"*.log"
],
"overlay_scroll_bars": "enabled",
"show_encoding": true,
"show_full_path": true,
"show_tab_close_buttons": false,
"spacegray_tabs_auto_width": true,
"theme": "Spacegray Eighties.sublime-theme",
"tree_animation_enabled": false,
"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