mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
chore: add branch_max_length to schema
This commit is contained in:
parent
0c4492971c
commit
f83fb24087
|
@ -679,7 +679,13 @@
|
||||||
"$ref": "#/definitions/color"
|
"$ref": "#/definitions/color"
|
||||||
},
|
},
|
||||||
"behind_color": { "$ref": "#/definitions/color" },
|
"behind_color": { "$ref": "#/definitions/color" },
|
||||||
"ahead_color": { "$ref": "#/definitions/color" }
|
"ahead_color": { "$ref": "#/definitions/color" },
|
||||||
|
"branch_max_length": {
|
||||||
|
"type": "integer",
|
||||||
|
"title": "Branch max length",
|
||||||
|
"description": "the max length for the displayed branch name where 0 implies full length",
|
||||||
|
"default": 0
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue