also added swapescandtab

This commit is contained in:
Miodec 2022-06-21 15:29:44 +02:00
parent 4eec1db25f
commit 275b7cf3fa

View file

@ -29,6 +29,7 @@ const CONFIG_SCHEMA = joi.object({
smoothCaret: joi.boolean(),
quickRestart: joi.string().valid("off", "tab", "esc"),
quickTab: joi.boolean(), //todo remove after a week
swapEscAndTab: joi.boolean(), // and this
punctuation: joi.boolean(),
numbers: joi.boolean(),
words: joi.number().min(0),