paper.js/projects/paperjs.sublime-project

32 lines
545 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": "../src"
},
{
"path": "../test"
},
{
"path": "../examples"
},
{
"path": "../build",
// jsdoc-toolkit will have its own project file
"folder_exclude_patterns": ["jsdoc-toolkit"]
},
{
"path": "..",
"name": "root",
"folder_exclude_patterns": ["*"]
2012-09-30 17:05:00 -04:00
}
2014-08-16 13:24:54 -04:00
],
"settings":
{
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true
}
2012-09-30 17:05:00 -04:00
}