diff --git a/src/config-schema.coffee b/src/config-schema.coffee index a5f33fa62..b452fb543 100644 --- a/src/config-schema.coffee +++ b/src/config-schema.coffee @@ -147,7 +147,6 @@ module.exports = type: 'boolean' default: true description: 'Automatically indent the cursor when inserting a newline.' - type: 'boolean' autoIndentOnPaste: type: 'boolean' default: true