Skip to content

Instantly share code, notes, and snippets.

@vocino
Created October 26, 2013 16:20
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 vocino/7171377 to your computer and use it in GitHub Desktop.
Save vocino/7171377 to your computer and use it in GitHub Desktop.
Sensible Sublime Text settings for Rails development and more.
{
"color_scheme": "Packages/User/IR_Black.tmTheme",
"font_face": "Menlo",
"ignored_packages":
[
"Vintage"
],
"tabsize": 2,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"folder_exclude_patterns":
[
".bundle",
"vendor",
".svn",
".git",
".hg",
"CVS",
"tmp",
"bin"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment