Skip to content

Instantly share code, notes, and snippets.

@aeikenberry
Created April 6, 2016 14:08
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 aeikenberry/0418806746162e93774351c32e16cab4 to your computer and use it in GitHub Desktop.
Save aeikenberry/0418806746162e93774351c32e16cab4 to your computer and use it in GitHub Desktop.
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme",
"copy_with_empty_selection": false,
"drag_text": false,
"draw_minimap_border": true,
"draw_white_space": "selection",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"findreplace_small": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg"
],
"font-family": "Fira Mono Bold",
"font_options":
[
"no_round",
"subpixel_antialias"
],
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"match_brackets_content": true,
"match_selection": true,
"match_tags": true,
"open_files_in_new_window": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
79,
118
],
"scroll_past_end": true,
"scroll_speed": 5.0,
"show_full_path": true,
"tabs_small": true,
"theme": "Spacefunk (Grey Tuesday).sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment