Skip to content

Instantly share code, notes, and snippets.

@sutter
Last active September 5, 2015 05:42
Show Gist options
  • Save sutter/30f13c5698367f4c403d to your computer and use it in GitHub Desktop.
Save sutter/30f13c5698367f4c403d to your computer and use it in GitHub Desktop.
Sublime pref
{
"always_show_minimap_viewport": true,
"auto_complete": true,
"auto_indent": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"default_encoding": "UTF-8",
"detect_indentation": true,
"draw_minimap_border": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
".DS_Store",
"*.psd",
"*.db",
"*.scssc",
"*.codekit",
"*.sublime-project",
"*.sublime-workspace"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".sass-cache",
".svn",
".git",
".hg",
"CVS",
".publish",
".codekit-cache",
"node_modules"
],
"font_face": "Source Code Pro",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"line_numbers": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"overlay_scroll_bars": "enabled",
"remember_open_files": true,
"scroll_past_end": true,
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"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