From 2865a527787a741e478f542c57b4c4b0049a5adf Mon Sep 17 00:00:00 2001 From: Gal Zahavi <38544478+galz10@users.noreply.github.com> Date: Sun, 10 Aug 2025 12:06:35 -0700 Subject: [PATCH] docs(config): Add showLineNumbers option to documentation (#5947) --- docs/cli/configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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