☁️ Loving our new documentation website? Provide feedback in the CloudCannon Community! ✨

soft_wrap

Table of contents

Description:

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