mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 15:26:33 +00:00
feat(code-editor): enable word wrap in editor options
This commit is contained in:
parent
b2b6d1e484
commit
ca04733475
@ -13,6 +13,7 @@ export const CODE_EDITOR_OPTIONS: monaco.editor.IEditorConstructionOptions = {
|
|||||||
minimap: {
|
minimap: {
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
|
wordWrap: "on",
|
||||||
padding: {
|
padding: {
|
||||||
top: 18
|
top: 18
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user