mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
@@ -125,7 +125,10 @@ class TokenizedBuffer extends Model
|
||||
getTabLength: ->
|
||||
@tabLength ? @configSettings.tabLength
|
||||
|
||||
setTabLength: (@tabLength) ->
|
||||
setTabLength: (tabLength) ->
|
||||
return if tabLength is @tabLength
|
||||
|
||||
@tabLength = tabLength
|
||||
@retokenizeLines()
|
||||
|
||||
setInvisibles: (invisibles) ->
|
||||
|
||||
Reference in New Issue
Block a user