Skip to content

Instantly share code, notes, and snippets.

@aeikenberry
Created June 1, 2016 20:11
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/0a82e5b1b8f50665b6c533809294ae9b to your computer and use it in GitHub Desktop.
Save aeikenberry/0a82e5b1b8f50665b6c533809294ae9b 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/User/SublimeLinter/Oceanic Next (SL).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_face": "Source Code Pro",
"font_options":
[
"no_round",
"subpixel_antialias"
],
"font_size": 14,
"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": "Afterglow-blue.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