Skip to content

Instantly share code, notes, and snippets.

@mskeen
Created February 25, 2014 03:02
Show Gist options
  • Select an option

  • Save mskeen/9201840 to your computer and use it in GitHub Desktop.

Select an option

Save mskeen/9201840 to your computer and use it in GitHub Desktop.
Sublime: sample project file for rails
{
"folders":
[
{
"follow_symlinks": true,
"path": ".",
"folder_exclude_patterns": ["tmp", "log", "coverage"]
}
],
"settings":
{
"translate_tabs_to_spaces": true,
"tab_size": 2
},
"build_systems":
[
{
"name": "simplecov",
"shell": true,
"cmd": ["ls"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment