mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-24 00:54:17 +02:00
update the docs about the indent option
This commit is contained in:
parent
335ca73173
commit
36c52fe634
1 changed files with 12 additions and 0 deletions
|
|
@ -37,3 +37,15 @@ show_title = true
|
|||
|
||||
When enabled, the command name will be displayed at the top of the output,
|
||||
styled with the `command_name` style configuration.
|
||||
|
||||
## `indent`
|
||||
|
||||
Specifies the number of spaces used for command indentation in the output (default `6`).
|
||||
|
||||
```toml
|
||||
[display]
|
||||
indent = 6
|
||||
```
|
||||
|
||||
This value controls how much command output is indented when displayed.
|
||||
Increasing the value results in wider indentation, while decreasing it produces more compact alignment.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue