mirror of
https://github.com/starship/starship.git
synced 2025-02-16 10:21:29 +01:00
Update schema.
This commit is contained in:
parent
7e0971ec87
commit
d34b5f84dd
9
.github/config-schema.json
vendored
9
.github/config-schema.json
vendored
@ -340,7 +340,7 @@
|
||||
"read_only_style": "red",
|
||||
"repo_root_format": "[$before_root_path]($before_repo_root_style)[$repo_root]($repo_root_style)[$path]($style)[$read_only]($read_only_style) ",
|
||||
"repo_root_style": null,
|
||||
"repo_truncation_symbol": "",
|
||||
"repo_truncation_symbol": null,
|
||||
"style": "cyan bold",
|
||||
"substitutions": {},
|
||||
"truncate_to_repo": true,
|
||||
@ -2802,8 +2802,11 @@
|
||||
"type": "string"
|
||||
},
|
||||
"repo_truncation_symbol": {
|
||||
"default": "",
|
||||
"type": "string"
|
||||
"default": null,
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"truncation_symbol": {
|
||||
"default": "",
|
||||
|
Loading…
Reference in New Issue
Block a user