Skip to content

Instantly share code, notes, and snippets.

@lunaroja
Last active May 13, 2016 17:17
Show Gist options
  • Save lunaroja/5356948 to your computer and use it in GitHub Desktop.
Save lunaroja/5356948 to your computer and use it in GitHub Desktop.
Sublime Text 3 User Preferences
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.psd",
"*.ai",
"*.pdf"
],
"theme": "Spacegray Light.sublime-theme",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.light.tmTheme",
"close_windows_when_empty": true,
"draw_indent_guides": false,
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
".hgcheck",
".sass-cache"
],
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"preview_on_click": false,
"remember_open_files": false,
"soda_classic_tabs": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment