mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Pass softWrapHangingIndent option
This commit is contained in:
@@ -55,6 +55,7 @@ class DisplayBuffer extends Model
|
||||
tabLength: @getTabLength(), invisibles: @config.get('editor.invisibles'),
|
||||
showIndentGuides: @config.get('editor.showIndentGuide'),
|
||||
softWrapColumn: @config.get('editor.preferredLineLength')
|
||||
softWrapHangingIndent: @config.get('editor.softWrapHangingIndent')
|
||||
})
|
||||
@displayLayer.setTextDecorationLayer(@tokenizedBuffer)
|
||||
@charWidthsByScope = {}
|
||||
|
||||
Reference in New Issue
Block a user