Serialize text editors' tab lenghts

This commit is contained in:
Max Brunsfeld
2017-11-06 09:37:03 -08:00
parent 44be6125fa
commit 17c90ea464

View File

@@ -515,6 +515,7 @@ class TextEditor {
initialScrollTopRow: this.getScrollTopRow(),
initialScrollLeftColumn: this.getScrollLeftColumn(),
tabLength: this.displayLayer.tabLength,
atomicSoftTabs: this.displayLayer.atomicSoftTabs,
softWrapHangingIndentLength: this.displayLayer.softWrapHangingIndent,