Skip to content

Instantly share code, notes, and snippets.

@datacodesolutions
Created October 25, 2012 19:30
Show Gist options
  • Select an option

  • Save datacodesolutions/3954888 to your computer and use it in GitHub Desktop.

Select an option

Save datacodesolutions/3954888 to your computer and use it in GitHub Desktop.
Sublime Preferences
{
"auto_match_enabled": false,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".idea"
],
"font_size": 14.0,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true,
"sublimelinter": "load-save",
"word_wrap": false,
"show_panel_on_build": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment