- Description:
This key toggles the gutter on the left of the editing interface, displaying line numbers and code folding controls.
- Appears in:
└── source_editor └── show_gutter- Type:
boolean- Default value:
true- Examples:
In this example, CloudCannon will show the gutter with line numbers in the Source Editor.
Copied to clipboardsource_editor: show_gutter: true{ "source_editor": { "show_gutter": true } }