forked from mirrors/jj
Update outdated config-schema.json
for the unique-prefixes
option
This commit is contained in:
parent
097d3a0e6c
commit
1d1fe77cc8
1 changed files with 3 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue