Skip to content

Commit

Permalink
docs: style on rustup settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 7, 2025
1 parent 74a4774 commit da91716
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions schema/mise.json
Original file line number Diff line number Diff line change
Expand Up @@ -773,11 +773,11 @@
"additionalProperties": false,
"properties": {
"cargo_home": {
"description": "Path to the cargo home directory. Defaults to ~/.cargo or %USERPROFILE%\\.cargo",
"description": "Path to the cargo home directory. Defaults to `~/.cargo` or `%USERPROFILE%\\.cargo`",
"type": "string"
},
"rustup_home": {
"description": "Path to the rustup home directory. Defaults to ~/.rustup or %USERPROFILE%\\.rustup",
"description": "Path to the rustup home directory. Defaults to `~/.rustup` or `%USERPROFILE%\\.rustup`",
"type": "string"
}
}
Expand Down
4 changes: 2 additions & 2 deletions settings.toml
Original file line number Diff line number Diff line change
Expand Up @@ -868,13 +868,13 @@ description = "Set to true to enable verbose output during ruby installation."
env = "MISE_CARGO_HOME"
type = "Path"
optional = true
description = "Path to the cargo home directory. Defaults to ~/.cargo or %USERPROFILE%\\.cargo"
description = "Path to the cargo home directory. Defaults to `~/.cargo` or `%USERPROFILE%\\.cargo`"

[rust.rustup_home]
env = "MISE_RUSTUP_HOME"
type = "Path"
optional = true
description = "Path to the rustup home directory. Defaults to ~/.rustup or %USERPROFILE%\\.rustup"
description = "Path to the rustup home directory. Defaults to `~/.rustup` or `%USERPROFILE%\\.rustup`"

[shorthands_file]
env = "MISE_SHORTHANDS_FILE"
Expand Down

0 comments on commit da91716

Please sign in to comment.