mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use editor.softWrap config value when creating edit sessions
Closes #666
This commit is contained in:
@@ -373,7 +373,7 @@ class Project
|
||||
defaultEditSessionOptions: ->
|
||||
tabLength: config.get('editor.tabLength')
|
||||
softTabs: @getSoftTabs()
|
||||
softWrap: @getSoftWrap()
|
||||
softWrap: config.get('editor.softWrap')
|
||||
|
||||
eachEditSession: (callback) ->
|
||||
callback(editSession) for editSession in @getEditSessions()
|
||||
|
||||
Reference in New Issue
Block a user