Recent searches

in

soft_wrap

On this page

This key toggles whether CloudCannon will enable soft wrapping of code in the Source Editor.

Setting this key to true will enable soft wrapping of code, allowing long lines to wrap to the next line without horizontal scrolling.

Appears in

└── source_editor
    └── soft_wrap

Type

boolean

Default value

false

Examples

In this example, CloudCannon will enable soft wrapping of code in the Source Editor.

Copied to clipboard
source_editor:
  soft_wrap: true
{
  "source_editor": {
    "soft_wrap": true
  }
}
Open in a new tab