Skip to content

Instantly share code, notes, and snippets.

@pixelfuture
Created July 13, 2015 21:21
Show Gist options
  • Save pixelfuture/6e584ed43389fad9b0fb to your computer and use it in GitHub Desktop.
Save pixelfuture/6e584ed43389fad9b0fb to your computer and use it in GitHub Desktop.
Sublime Text
{
"binary_file_patterns":
[
"style.css",
"*.ai",
".bowerrc",
"*.jpg",
"*.jpeg",
"*.map",
"*.min.js",
"*-min.js",
"node_modules/",
"*.otf",
"*.png",
"*.psd",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
".sass-cache/",
"*.swf",
"*.jar",
"*.zip"
],
"bold_folder_labels": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 4,
"caret_style": "phase",
"color_scheme": "Packages/Babel/Monokai Phoenix.tmTheme",
"file_exclude_patterns":
[
"*.ai",
".bowerrc",
"config.codekit",
".DS_Store",
".gitignore",
"*.psd",
"*.pdf",
"*.sublime-project",
"*.sublime-workspace"
],
"folder_exclude_patterns":
[
".bin",
".git",
".hg",
".sass-cache",
".svn",
"bin",
"CVS",
"tmp",
"wp-admin",
"wp-includes"
],
"font_face": "Source Code Pro",
"font_size": 20,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"SublimeLinter",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"theme": "Seti.sublime-theme",
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment