mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
docs(config): Add showLineNumbers option to documentation (#5947)
This commit is contained in:
@@ -280,6 +280,14 @@ In addition to a project settings file, a project's `.gemini` directory can cont
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- **`showLineNumbers`** (boolean):
|
||||||
|
- **Description:** Controls whether line numbers are displayed in code blocks in the CLI output.
|
||||||
|
- **Default:** `true`
|
||||||
|
- **Example:**
|
||||||
|
```json
|
||||||
|
"showLineNumbers": false
|
||||||
|
```
|
||||||
|
|
||||||
### Example `settings.json`:
|
### Example `settings.json`:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
|||||||
Reference in New Issue
Block a user