Update description of 'autoIndent' config option

This commit is contained in:
Max Brunsfeld 2014-11-17 11:02:22 -08:00
parent c6c58ebc3e
commit 8fe0b7fb7b

View File

@ -115,7 +115,7 @@ module.exports =
autoIndent:
type: 'boolean'
default: true
description: 'Auto-ident when inserting newlines'
description: 'Automatically indent the cursor when inserting a newline'
autoIndentOnPaste:
type: 'boolean'
default: true