Skip to content

Instantly share code, notes, and snippets.

@Mikulas
Created May 28, 2013 17:34
Show Gist options
  • Save Mikulas/5664541 to your computer and use it in GitHub Desktop.
Save Mikulas/5664541 to your computer and use it in GitHub Desktop.
Sublime 2 custom settings
{
"ignored_packages":
[
"2pdf",
"Vintage"
],
"theme": "Soda Dark.sublime-theme",
"detect_slow_plugins": false,
"scroll_past_end": true,
"show_tab_close_buttons": false,
"bold_folder_labels": true,
"close_windows_when_empty": true,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules", "tmp"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment