diff options
| author | Gal Zahavi <[email protected]> | 2025-08-10 12:06:35 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-10 19:06:35 +0000 |
| commit | 2865a527787a741e478f542c57b4c4b0049a5adf (patch) | |
| tree | 492932e2405764088159e214f3974029783da593 /docs | |
| parent | 0e44bbc85d912cabfa065cf48c65c018e3afb397 (diff) | |
docs(config): Add showLineNumbers option to documentation (#5947)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/cli/configuration.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md index 9fc74adb..6ebcd630 100644 --- a/docs/cli/configuration.md +++ b/docs/cli/configuration.md @@ -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 |
