🔥 Remove hardcoded Makefile tab behavior

This commit is contained in:
Wliu
2015-09-26 15:54:51 -04:00
parent 70440efc06
commit 7c0a656036
2 changed files with 0 additions and 17 deletions

View File

@@ -2344,10 +2344,6 @@ class TextEditor extends Model
# Returns a {Boolean} or undefined if no non-comment lines had leading
# whitespace.
usesSoftTabs: ->
# FIXME Remove once this can be specified as a scoped setting in the
# language-make package
return false if @getGrammar()?.scopeName is 'source.makefile'
for bufferRow in [0..@buffer.getLastRow()]
continue if @displayBuffer.tokenizedBuffer.tokenizedLineForRow(bufferRow).isComment()