mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Update project files.
This commit is contained in:
parent
fe064e9cc3
commit
91d0fc1534
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
projectDirectory = "$CWD"
|
||||
windowTitle = "$TM_DISPLAYNAME — Paper.js"
|
||||
excludeDirectories = "{$excludeDirectories,dist,build/jsdoc-toolkit}"
|
||||
excludeDirectories = "{$excludeDirectories,dist,build/jsdoc-toolkit,node_modules,bower_components,patch,projects}"
|
||||
|
||||
# JavaScript coding conventions
|
||||
showInvisibles = true
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
"settings":
|
||||
{
|
||||
"tab_size": 4,
|
||||
"translate_tabs_to_spaces": false
|
||||
"translate_tabs_to_spaces": false,
|
||||
"trim_trailing_white_space_on_save": true,
|
||||
"ensure_newline_at_eof_on_save": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue