limber.sublime-project
{
"folders": [
{
// Note: Name is intentionally left out of this folder config to
// support the use of multiple directories for the same project
// If name is added, it becomes trickier to tell which version you are
// editing.
"path": ".",
"folder_exclude_patterns": [".bundle", "node_modules", "public/assets", "public/packs", "coverage", "doc"],
"file_exclude_patterns": ["limber.sublime-workspace"],
"binary_file_patterns": [
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.xls",
],
},
{
"path": "coverage",
},
],
// These settings will be applied to anyone working
// on the project. They are intended to set up the accepted
// conventions.
"settings": {
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
},
}