mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
36 lines
500 B
Text
36 lines
500 B
Text
|
{
|
||
|
"folders":
|
||
|
[
|
||
|
{
|
||
|
"path": "../src"
|
||
|
},
|
||
|
{
|
||
|
"path": "../test"
|
||
|
},
|
||
|
{
|
||
|
"path": "../examples"
|
||
|
},
|
||
|
{
|
||
|
"path": "../lib"
|
||
|
},
|
||
|
{
|
||
|
"path": "../build",
|
||
|
// jsdoc-toolkit will have its own project file
|
||
|
"folder_exclude_patterns": ["jsdoc-toolkit"]
|
||
|
},
|
||
|
{
|
||
|
"path": "../node.js"
|
||
|
},
|
||
|
{
|
||
|
"path": "..",
|
||
|
"name": "root",
|
||
|
"folder_exclude_patterns": ["*"]
|
||
|
}
|
||
|
],
|
||
|
"settings":
|
||
|
{
|
||
|
"tab_size": 4,
|
||
|
"translate_tabs_to_spaces": false
|
||
|
}
|
||
|
}
|