permit any whole number for tabLength

from #8261
This commit is contained in:
Alex
2015-10-17 19:25:36 -04:00
committed by Alex Chandel
parent 3cca5cdc3e
commit 28a2f2773c

View File

@@ -171,7 +171,7 @@ module.exports =
tabLength:
type: 'integer'
default: 2
enum: [1, 2, 3, 4, 6, 8]
minimum: 1
description: 'Number of spaces used to represent a tab.'
softWrap:
type: 'boolean'