Skip to content

Instantly share code, notes, and snippets.

@logicmason
Created January 6, 2015 16:54
Show Gist options
  • Save logicmason/560dbb8664c3d2cbcd2c to your computer and use it in GitHub Desktop.
Save logicmason/560dbb8664c3d2cbcd2c to your computer and use it in GitHub Desktop.
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules"
],
"font_size": 15.0,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": true,
"wrap_width": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment