Scope editor.autoIndent

This commit is contained in:
Ben Ogle
2014-10-06 18:19:07 -07:00
parent 6958e0af10
commit ca4c40936a
2 changed files with 26 additions and 1 deletions

View File

@@ -2666,7 +2666,7 @@ class TextEditor extends Model
###
shouldAutoIndent: ->
atom.config.get("editor.autoIndent")
atom.config.get(@getGrammarScopeDescriptor(), "editor.autoIndent")
shouldShowInvisibles: ->
not @mini and atom.config.get(@getGrammarScopeDescriptor(), 'editor.showInvisibles')