summaryrefslogtreecommitdiff
path: root/cli/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'cli/schemas')
-rw-r--r--cli/schemas/config-file.v1.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json
index 96b1f202b..675a763a4 100644
--- a/cli/schemas/config-file.v1.json
+++ b/cli/schemas/config-file.v1.json
@@ -324,11 +324,8 @@
},
"semiColons": {
"description": "Whether to prefer using semicolons.",
- "default": "prefer",
- "enum": [
- "prefer",
- "asi"
- ]
+ "type": "boolean",
+ "default": true
}
}
}