docs(config): Add showLineNumbers option to documentation (#5947)

This commit is contained in:
Gal Zahavi
2025-08-10 12:06:35 -07:00
committed by GitHub
parent 0e44bbc85d
commit 2865a52778

View File

@@ -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