- Description:
This key toggles whether CloudCannon will enable soft wrapping of code in the Source Editor.
Setting this key to
truewill 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 clipboardsource_editor: soft_wrap: true{ "source_editor": { "soft_wrap": true } }