mirror of
https://github.com/atom/atom.git
synced 2026-02-07 21:25:05 -05: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