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_wrapType
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
}
}