Skip to content

Instantly share code, notes, and snippets.

@gingerBill
Created October 27, 2016 19:11
Show Gist options
  • Save gingerBill/a02887b5f989c0a19d94384c6051e365 to your computer and use it in GitHub Desktop.
Save gingerBill/a02887b5f989c0a19d94384c6051e365 to your computer and use it in GitHub Desktop.
Bill's Sublime Settings File
{
"auto_indent": true,
"auto_match_enabled": true,
"binary_file_patterns":
[
"*.dds",
"*.eot",
"*.gif",
"*.ico",
"*.jar",
"*.jpeg",
"*.jpg",
"*.pdf",
"*.png",
"*.swf",
"*.tga",
"*.ttf",
"*.zip",
"bin/*.obj"
],
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/Iridis Colour Scheme/Iridis Blue.tmTheme",
"default_encoding": "UTF-8",
"detect_indentation": true,
"dictionary": "Packages/Language - English/en_US.dic",
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"fallback_encoding": "UTF-8",
"file_exclude_patterns":
[
".DS_Store",
"*.o"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".hg",
".sass-cache",
".svn"
],
"font_face": "Droid Sans Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 8,
"gpu_window_buffer": true,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"index_files": true,
"line_numbers": false,
"line_padding_top": -1,
"margin": 0,
"match_brackets": true,
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"scroll_speed": 1.0,
"shift_tab_unindent": true,
"show_errors_inline": false,
"smart_indent": true,
"spacegray_sidebar_tree_normal": true,
"spacegray_tabs_auto_width": true,
"spacegray_tabs_font_normal": true,
"spacegray_tabs_normal": true,
"tab_completion": true,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"translate_spaces_to_tabs": true,
"translate_tabs_to_spaces": false,
"tree_animation_enabled": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?\\."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment