paper.js/projects/jsdoc-toolkit.sublime-project
2014-08-16 19:24:54 +02:00

27 lines
527 B
Text

{
"folders":
[
{
"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" ]
}
],
"settings":
{
"tab_size": 4,
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true
}
}