mirror of
https://github.com/atom/atom.git
synced 2026-02-19 02:44:29 -05:00
Scope editor.tabLength
This commit is contained in:
@@ -396,8 +396,8 @@ class DisplayBuffer extends Model
|
||||
# Retrieves the current tab length.
|
||||
#
|
||||
# Returns a {Number}.
|
||||
getTabLength: ->
|
||||
@tokenizedBuffer.getTabLength()
|
||||
getTabLength: (scopeDescriptor) ->
|
||||
@tokenizedBuffer.getTabLength(scopeDescriptor)
|
||||
|
||||
# Specifies the tab length.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user