discourse/sublime-project

25 lines
518 B
Plaintext
Raw Normal View History

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