paper.js/projects/jsdoc-toolkit.sublime-project

28 lines
527 B
Text
Raw Normal View History

2012-09-30 17:05:00 -04:00
{
2014-08-16 13:24:54 -04:00
"folders":
[
2012-09-30 17:05:00 -04:00
{
2014-08-16 13:24:54 -04:00
"path": "../build/jsdoc-toolkit/app"
},
{
"path": "../build/jsdoc-toolkit/templates"
},
{
"path": "../build/jsdoc-toolkit/conf"
},
{
"path": "../build/jsdoc-toolkit",
"name": "root",
"folder_exclude_patterns": ["*"],
"file_exclude_patterns": [ "*.jar" ]
2012-09-30 17:05:00 -04:00
}
2014-08-16 13:24:54 -04:00
],
"settings":
{
"tab_size": 4,
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true
}
2012-09-30 17:05:00 -04:00
}