Skip to content

Instantly share code, notes, and snippets.

@christierney402
Last active December 16, 2015 14:09
Show Gist options
  • Save christierney402/5446973 to your computer and use it in GitHub Desktop.
Save christierney402/5446973 to your computer and use it in GitHub Desktop.
CFG: Sample Sublime Text 2 settings files that I use
{
"color_scheme": "Packages/User/Espresso Soda.tmTheme",
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"soda_classic_tabs": true,
"theme": "Soda Light.sublime-theme"
}
{
"folders":
[
{
"path": "/C/wwwroot/myWebsite",
"folder_exclude_patterns": [".svn"],
"file_exclude_patterns": [".project", "settings.xml"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment