Add tabType config item

This commit is contained in:
Hernawan Fa'iz Abdillah
2015-08-01 10:11:34 +07:00
committed by Ben Ogle
parent 0a6da382cf
commit 0441fa1f10

View File

@@ -143,6 +143,10 @@ module.exports =
softTabs:
type: 'boolean'
default: true
tabType:
type: 'string'
default: 'auto'
enum: ['auto', 'soft', 'hard']
softWrapAtPreferredLineLength:
type: 'boolean'
default: false