Skip to content

Instantly share code, notes, and snippets.

@sutter
Last active December 17, 2015 09:59
Show Gist options
  • Save sutter/5591495 to your computer and use it in GitHub Desktop.
Save sutter/5591495 to your computer and use it in GitHub Desktop.
Personal Sublime Text 3 Preference
{
"auto_complete": true,
"auto_indent": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"default_encoding": "UTF-8",
"detect_indentation": true,
"draw_minimap_border": true,
"draw_white_space": true,
"ensure_newline_at_eof_on_save": false,
"file_exclude_patterns":
[
"._*",
".-*",
".DS_Store",
"*.psd",
"*.db",
".scssc",
"*.codekit",
"*.sublime-*"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".sass-cache",
".svn",
".git",
".hg",
"CVS",
".codekit-cache"
],
"font_face": "Inconsolata",
"font_size": 15.0,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Markdown Preview",
"Vintage"
],
"line_numbers": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"remember_open_files": true,
"scroll_past_end": true,
"spacegray_sidebar_font_small": true,
"spacegray_sidebar_tree_large": true,
"spacegray_tabs_font_small": true,
"spacegray_tabs_large": true,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment