Skip to content

Instantly share code, notes, and snippets.

@henvic
Last active August 29, 2015 14:02
Show Gist options
  • Save henvic/c8e7bfa70a2fba9ccf47 to your computer and use it in GitHub Desktop.
Save henvic/c8e7bfa70a2fba9ccf47 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"color_scheme": "Packages/Dracula Color Scheme/Dracula.tmTheme",
"copy_with_empty_selection": false,
"show_full_path": true,
"file_exclude_patterns":
[
"*-coverage.js",
"*-debug.js",
"*-min.js",
"*.a",
"*.class",
"*.db",
"*.dll",
"*.dylib",
"*.exe",
"*.idb",
"*.lib",
"*.min.css",
"*.min.js",
"*.ncb",
"*.o",
"*.obj",
"*.obj",
"*.pdb",
"*.psd",
"*.pyc",
"*.pyo",
"*.sdf",
"*.so",
"*.sublime-workspace",
"*.suo",
".DS_Store"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".idea",
".sass-cache",
"portal-web/test",
"ace",
"docs",
"js/editor",
"tiny_mce",
".ruby-gems",
"CVS",
".git",
".hg",
".svn"
],
"font_size": 12,
"gpu_window_buffer": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"SideBarEnhancements",
"JavaScript",
"Vintage",
"BracketHighlighter",
"Git",
"Python Flake8 Lint"
],
"phoenix_color_blue": true,
"phoenix_color_expanded_folder": true,
"phoenix_highlight_current_tab": true,
"phoenix_tabs_small": true,
"rulers":
[
80
],
"shift_tab_unindent": true,
"theme": "Phoenix Dark.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment