2013-02-05 14:16:51 -05:00
|
|
|
{
|
|
|
|
"folders":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"path": "app",
|
2013-02-22 15:41:12 -05:00
|
|
|
"folder_exclude_patterns": ["external", "external_production", "images", "imported", "fonts", "defer"]
|
2013-02-05 14:16:51 -05:00
|
|
|
},
|
|
|
|
{"path": "config"},
|
|
|
|
{
|
|
|
|
"path": "db",
|
|
|
|
"file_exclude_patterns": ["*.sqlite3"]
|
|
|
|
},
|
|
|
|
{"path": "lib"},
|
|
|
|
{"path": "script"},
|
|
|
|
{"path": "cookbooks"},
|
|
|
|
{"path": "spec"}
|
|
|
|
],
|
|
|
|
"settings":
|
|
|
|
{
|
|
|
|
"tab_size": 2,
|
|
|
|
"translate_tabs_to_spaces": true
|
|
|
|
}
|
|
|
|
}
|