mirror of
https://github.com/atom/atom.git
synced 2026-02-10 22:55:09 -05:00
Disable soft wrap on mini editors
This commit is contained in:
@@ -169,7 +169,7 @@ class TextEditor extends Model
|
||||
unless @displayLayer?
|
||||
displayLayerParams = {
|
||||
invisibles: @getInvisibles(),
|
||||
softWrapColumn: @getSoftWrapColumn(),
|
||||
softWrapColumn: not @isMini() and @getSoftWrapColumn(),
|
||||
showIndentGuides: not @isMini() and @doesShowIndentGuide(),
|
||||
atomicSoftTabs: params.atomicSoftTabs ? true,
|
||||
tabLength: tabLength,
|
||||
|
||||
Reference in New Issue
Block a user