paper.js/projects/paperjs.sublime-project
Jürg Lehni 878be7962e Merge branch 'refs/heads/master' into solve-cubic
Conflicts:
	src/path/Curve.js
	src/path/PathItem.Boolean.js
	src/util/Numerical.js
2015-01-02 15:33:23 +01:00

31 lines
545 B
Text

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