Skip to content

Instantly share code, notes, and snippets.

@vigo
Created September 18, 2012 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vigo/3742933 to your computer and use it in GitHub Desktop.
Save vigo/3742933 to your computer and use it in GitHub Desktop.
Sublime2 Settings
{
"find_selected_text": true,
"font_face": "Menlo",
"font_size": 14,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site",
".sass-cache"
],
"font_options":
[
"subpixel_antialias"
],
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
40,
78
],
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment