2013-02-05 14:16:51 -05:00
|
|
|
{
|
|
|
|
"folders":
|
2013-02-26 17:12:31 -05:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"path": "app",
|
2013-05-07 10:58:41 -04:00
|
|
|
"folder_exclude_patterns": ["external", "external_development", "external_production", "images", "imported", "fonts", "defer"],
|
2013-02-28 14:31:39 -05:00
|
|
|
"file_exclude_patterns": ["i18n.js"]
|
2013-02-26 17:12:31 -05:00
|
|
|
},
|
|
|
|
{ "path": "config" },
|
2013-02-05 14:16:51 -05:00
|
|
|
{
|
2013-02-26 17:12:31 -05:00
|
|
|
"path": "db",
|
|
|
|
"file_exclude_patterns": ["*.sqlite3"]
|
|
|
|
},
|
|
|
|
{ "path": "lib" },
|
2014-10-31 07:01:16 -04:00
|
|
|
{ "path": "plugins" },
|
2013-02-26 17:12:31 -05:00
|
|
|
{ "path": "script" },
|
2013-06-13 15:08:42 -04:00
|
|
|
{ "path": "spec" },
|
2013-06-20 17:20:08 -04:00
|
|
|
{ "path": "test",
|
|
|
|
"folder_exclude_patterns": ["fixtures"]
|
|
|
|
}
|
2013-02-26 17:12:31 -05:00
|
|
|
],
|
|
|
|
"settings":
|
|
|
|
{
|
|
|
|
// indentation
|
|
|
|
"tab_size": 2,
|
|
|
|
"translate_tabs_to_spaces": true,
|
2013-03-01 09:23:10 -05:00
|
|
|
"trim_trailing_white_space_on_save": true,
|
|
|
|
// ensure line endings is linux style (even when on Windows)
|
|
|
|
"default_line_ending": "LF"
|
2013-02-26 17:12:31 -05:00
|
|
|
}
|
2013-02-28 14:31:39 -05:00
|
|
|
}
|