paper.js/projects/paperjs.sublime-project

32 lines
545 B
Text
Raw Normal View History

2012-09-30 14:05:00 -07:00
{
2014-08-16 19:24:54 +02:00
"folders":
[
2012-09-30 14:05:00 -07:00
{
2014-08-16 19:24:54 +02: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 14:05:00 -07:00
}
2014-08-16 19:24:54 +02: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 14:05:00 -07:00
}