diff --git a/src/config-schema.json b/src/config-schema.json index 4c5dd3734..eb5612379 100644 --- a/src/config-schema.json +++ b/src/config-schema.json @@ -83,9 +83,10 @@ } }, "unique-prefixes": { - "enum": ["none", "brackets"], + "enum": ["none", "brackets", "styled"], "description": "How formatter indicates the unique prefix part of a revision or change ID", - "default": "brackets" + "default": "styled" + }, "editor": { "type": "string",