Skip to content

Instantly share code, notes, and snippets.

@dawnerd
Last active October 8, 2015 14:18
Show Gist options
  • Save dawnerd/3344368 to your computer and use it in GitHub Desktop.
Save dawnerd/3344368 to your computer and use it in GitHub Desktop.
Sublime Text 2 config
{
"color_scheme": "Packages/User/Espresso Soda.tmTheme",
"default_line_ending": "unix",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.pdf",
"*.class",
"._.DS_Store",
"._*"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"font_face": "Menlo",
"font_size": 12.0,
"ignored_packages":
[
"Vintage"
],
"new_window_settings":
{
"show_minimap": false,
"show_tabs": true,
"side_bar_visible": true,
"status_bar_visible": true
},
"remember_open_files": false,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"use_simple_full_screen": true,
"word_wrap": true
}
{
"color_scheme": "Packages/User/Espresso Soda.tmTheme",
"ignored_packages":
[
"Vintage"
],
"theme": "Soda Light.sublime-theme",
"bold_folder_labels": true,
"font_size": 12.0,
"highlight_modified_tabs": true,
"scroll_past_end": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment