mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
27 lines
527 B
Text
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
|
|
}
|
|
}
|