diff options
| -rw-r--r-- | ext/data/schemas/options-schema.json | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json index 52e5fa1f..1565cfe6 100644 --- a/ext/data/schemas/options-schema.json +++ b/ext/data/schemas/options-schema.json @@ -950,7 +950,7 @@                                      "terminationCharacterMode": {                                          "type": "string",                                          "enum": ["custom", "custom-no-newlines", "newlines", "none"], -                                        "default": true +                                        "default": "custom"                                      },                                      "terminationCharacters": {                                          "type": "array", |