diff options
Diffstat (limited to 'book/src/configuration.md')
-rw-r--r-- | book/src/configuration.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md index 3b78481e..d223b6e9 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -350,6 +350,16 @@ max-indent-retain = 0 wrap-indicator = "" # set wrap-indicator to "" to hide it ``` +### `[editor.explorer]` Section + +Sets explorer side width and style. + +| Key | Description | Default | +| -------------- | ------------------------------------------- | ------- | +| `column-width` | explorer side width | 30 | +| `position` | explorer widget position, `left` or `right` | `left` | + + ### `[editor.smart-tab]` Section |