Skip to content

Instantly share code, notes, and snippets.

@jheidt
Last active August 29, 2015 14:06
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 jheidt/f82567ec274e86139c6c to your computer and use it in GitHub Desktop.
Save jheidt/f82567ec274e86139c6c to your computer and use it in GitHub Desktop.
jheidt's sublime text 3 user preferences
{
"auto_complete": true,
"auto_find_in_selection": true,
"auto_match_enabled": false,
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"colored_folder_glyphs": true,
"copy_with_empty_selection": false,
"drag_text": false,
"draw_minimap_border": true,
"draw_white_space": "none",
"enable_tab_scrolling": false,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
".tags",
".tags_sorted_by_file",
".gemtags"
],
"findreplace_small": true,
"font_face": "Inconsolatazi4",
"font_options":
[
"subpixel_antialias",
"no_round"
],
"font_size": 13,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"match_brackets_content": false,
"match_selection": false,
"match_tags": false,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"piatto_folder_icons": true,
"preview_on_click": false,
"scroll_past_end": true,
"scroll_speed": 5.0,
"shift_tab_unindent": true,
"show_full_path": false,
"sidebar_default": true,
"sidebar_folders": true,
"tabs_small": true,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment