Always show indent guides
This commit is contained in:
parent
15aeb7631f
commit
a5a955ca6b
1 changed files with 61 additions and 62 deletions
|
@ -275,8 +275,7 @@ module.exports = class SpellView extends CocoView
|
|||
e.editor.execCommand 'gotolineend'
|
||||
return true
|
||||
|
||||
if me.level() < 20 or aceConfig.indentGuides
|
||||
# Add visual ident guides
|
||||
# Add visual indent guides
|
||||
language = @spell.language
|
||||
ensureLineStartsBlock = (line) ->
|
||||
return false unless language is "python"
|
||||
|
|
Reference in a new issue