Skip to content

Instantly share code, notes, and snippets.

@stevemcquaid
Created March 21, 2016 04:14
Show Gist options
  • Select an option

  • Save stevemcquaid/d2610d3e7c10efc65a74 to your computer and use it in GitHub Desktop.

Select an option

Save stevemcquaid/d2610d3e7c10efc65a74 to your computer and use it in GitHub Desktop.
{
"animation_enabled": false,
"auto_close_tags": true,
"auto_complete": true,
"auto_complete_delay": 50,
"auto_indent": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/User/SublimeLinter/Flatland Dark (SL).tmTheme",
"copy_with_empty_selection": false,
"drag_text": false,
"draw_minimap_border": false,
"enable_tab_scrolling": false,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"fold_buttons": true,
"font_face": "Consolas",
"font_options":
[
"no_round"
],
"font_size": 16,
"gpu_window_buffer": "auto",
"highlight_line": false,
"ignored_packages":
[
"Vintage"
],
"index_files": true,
"match_brackets": true,
"match_selection": false,
"match_tags": false,
"open_files_in_new_window": false,
"overlay_scroll_bars": "disabled",
"preview_on_click": true,
"save_on_focus_lost": true,
"scroll_past_end": true,
"scroll_speed": 5.0,
"show_full_path": true,
"smart_indent": true,
"spacegray_sidebar_font_large": true,
"spacegray_sidebar_tree_normal": true,
"spacegray_tabs_auto_width": true,
"spacegray_tabs_font_large": true,
"spacegray_tabs_normal": true,
"tab_completion": true,
"tab_size": 4,
"theme": "Flatland Dark.sublime-theme",
"trailing_spaces_highlight": true,
"trailing_spaces_highlight_color": "comment",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true, // Jason is an asshole
"use_tab_stops": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment