2013-02-06 03:16:51 +08:00
|
|
|
{
|
|
|
|
"folders":
|
2013-02-27 06:12:31 +08:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"path": "app",
|
2013-05-07 22:58:41 +08:00
|
|
|
"folder_exclude_patterns": ["external", "external_development", "external_production", "images", "imported", "fonts", "defer"],
|
2013-03-01 03:31:39 +08:00
|
|
|
"file_exclude_patterns": ["i18n.js"]
|
2013-02-27 06:12:31 +08:00
|
|
|
},
|
|
|
|
{ "path": "config" },
|
2013-02-06 03:16:51 +08:00
|
|
|
{
|
2013-02-27 06:12:31 +08:00
|
|
|
"path": "db",
|
|
|
|
"file_exclude_patterns": ["*.sqlite3"]
|
|
|
|
},
|
|
|
|
{ "path": "lib" },
|
2014-10-31 19:01:16 +08:00
|
|
|
{ "path": "plugins" },
|
2013-02-27 06:12:31 +08:00
|
|
|
{ "path": "script" },
|
2013-06-14 03:08:42 +08:00
|
|
|
{ "path": "spec" },
|
2015-08-25 23:35:49 +08:00
|
|
|
{ "path": "vendor" },
|
2017-11-09 08:36:50 +08:00
|
|
|
{ "path": "test" }
|
2013-02-27 06:12:31 +08:00
|
|
|
],
|
|
|
|
"settings":
|
|
|
|
{
|
|
|
|
// indentation
|
|
|
|
"tab_size": 2,
|
|
|
|
"translate_tabs_to_spaces": true,
|
2013-03-01 22:23:10 +08:00
|
|
|
"trim_trailing_white_space_on_save": true,
|
|
|
|
// ensure line endings is linux style (even when on Windows)
|
|
|
|
"default_line_ending": "LF"
|
2013-02-27 06:12:31 +08:00
|
|
|
}
|
2013-03-01 03:31:39 +08:00
|
|
|
}
|