Merge branch 'master' into ns-mb-detangle-editor

This commit is contained in:
Max Brunsfeld
2016-08-05 09:39:43 -07:00
23 changed files with 317 additions and 277 deletions

View File

@@ -245,7 +245,8 @@ class TextEditor extends Model
tabLength: @getTabLength(),
ratioForCharacter: @ratioForCharacter.bind(this),
isWrapBoundary: isWrapBoundary,
foldCharacter: ZERO_WIDTH_NBSP
foldCharacter: ZERO_WIDTH_NBSP,
softWrapHangingIndent: @config.get('editor.softWrapHangingIndent', scope: @getRootScopeDescriptor())
})
destroyed: ->