style(editor): format code style for consistency

This commit is contained in:
cfngc4594 2025-03-04 21:27:53 +08:00
parent d89a45daa8
commit 398928d933

View File

@ -15,16 +15,13 @@ export const DefaultEditorOptionConfig: editor.IEditorConstructionOptions = {
lineHeight: 20,
matchBrackets: "always",
minimap: {
enabled: false
},
padding: {
top: 8
enabled: false,
},
readOnly: false,
scrollbar: {
horizontalSliderSize: 10,
verticalSliderSize: 10
verticalSliderSize: 10,
},
showFoldingControls: "always",
wordWrap: "on",
}
};