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