mirror of
https://github.com/atom/atom.git
synced 2026-02-14 16:45:14 -05:00
Scope editor.autoIndent
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user