docs(config): Add showLineNumbers option to documentation (#5947)
This commit is contained in:
parent
0e44bbc85d
commit
2865a52778
|
@ -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`:
|
||||
|
||||
```json
|
||||
|
|
Loading…
Reference in New Issue