mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 00:42:54 -05:00
Turn off invisible spaces in TextMate2.
This commit is contained in:
parent
51ec3325e3
commit
383bed4d05
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ windowTitle = "$TM_DISPLAYNAME — Paper.js"
|
|||
excludeDirectories = "{$excludeDirectories,dist,build/jsdoc-toolkit,node_modules,bower_components,patch,projects}"
|
||||
|
||||
# JavaScript coding conventions
|
||||
showInvisibles = false
|
||||
invisiblesMap = "~ "
|
||||
softTabs = true
|
||||
tabSize = 4
|
||||
softWrap = false
|
||||
|
|
Loading…
Reference in a new issue