ok/jj
1
0
Fork 0
forked from mirrors/jj

Update outdated config-schema.json for the unique-prefixes option

This commit is contained in:
Ilya Grigoriev 2023-02-05 16:10:25 -08:00
parent 097d3a0e6c
commit 1d1fe77cc8

View file

@ -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",