feat(code-editor): enable word wrap in editor options

This commit is contained in:
cfngc4594 2025-02-23 14:34:14 +08:00
parent b2b6d1e484
commit ca04733475

View File

@ -13,6 +13,7 @@ export const CODE_EDITOR_OPTIONS: monaco.editor.IEditorConstructionOptions = {
minimap: {
enabled: false
},
wordWrap: "on",
padding: {
top: 18
},