Skip to content

Instantly share code, notes, and snippets.

@oller
Last active August 29, 2015 14:05
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 oller/c0acd0cc640d0530d5f9 to your computer and use it in GitHub Desktop.
Save oller/c0acd0cc640d0530d5f9 to your computer and use it in GitHub Desktop.
Latest Sublime Settings
{
"bold_folder_labels": false,
"caret_extra_width": 2,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/User/Night (SL).tmTheme",
"copy_with_empty_selection": false,
"drag_text": false,
"draw_minimap_border": true,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"findreplace_small": true,
"folder_exclude_patterns":
[
"cache",
"logs",
".sass-cache",
".svn",
".hg",
".hgcheck"
],
"font_options":
[
"no_round"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"AngularJS"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"shift_tab_unindent": true,
"show_full_path": true,
"sidebar_medium": true,
"spacegray_tabs_xlarge": true,
"theme": "Spacegray.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