mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Return a boolean like the comment says
This commit is contained in:
@@ -836,7 +836,7 @@ class Editor extends Model
|
||||
continue if @displayBuffer.tokenizedBuffer.lineForScreenRow(bufferRow).isComment()
|
||||
if match = @buffer.lineForRow(bufferRow).match(/^[ \t]/)
|
||||
return match[0][0] is ' '
|
||||
undefined
|
||||
false
|
||||
|
||||
# Public: Returns a {Boolean} indicating whether softTabs are enabled for this
|
||||
# editor.
|
||||
|
||||
Reference in New Issue
Block a user