Skip to content

Instantly share code, notes, and snippets.

@mxlje
Created November 29, 2012 17:10
Show Gist options
  • Save mxlje/4170455 to your computer and use it in GitHub Desktop.
Save mxlje/4170455 to your computer and use it in GitHub Desktop.
ST2Settings
{
"caret_style": "smooth",
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"file_exclude_patterns":
[
".DS_Store",
".gitkeep"
],
"folder_exclude_patterns":
[
".git",
".sass-cache",
"coverage",
"log",
"tmp"
],
"font_face": "Menlo",
"font_size": 12.0,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"tab_size": 2,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment