mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Serialize TextEditor autoHeight and autoWidth properties
This commit is contained in:
@@ -353,8 +353,9 @@ class TextEditor extends Model
|
||||
|
||||
@id, @softTabs, @atomicSoftTabs, @tabLength, @softWrapped,
|
||||
@softWrapHangingIndentLength, @softWrapAtPreferredLineLength,
|
||||
@preferredLineLength, @mini, @editorWidthInChars, @width, @largeFileMode,
|
||||
@registered, @invisibles, @showInvisibles, @showIndentGuide
|
||||
@preferredLineLength, @mini, @editorWidthInChars, @width, @largeFileMode,
|
||||
@registered, @invisibles, @showInvisibles, @showIndentGuide, @autoHeight,
|
||||
@autoWidth
|
||||
}
|
||||
|
||||
subscribeToBuffer: ->
|
||||
|
||||
Reference in New Issue
Block a user