Skip to content

Instantly share code, notes, and snippets.

@roshanca
Created November 30, 2012 08:56
Show Gist options
  • Save roshanca/4174593 to your computer and use it in GitHub Desktop.
Save roshanca/4174593 to your computer and use it in GitHub Desktop.
My settings of Sublime Text 2
{
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".idea"
],
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment