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, lineHeight: 20,
matchBrackets: "always", matchBrackets: "always",
minimap: { minimap: {
enabled: false enabled: false,
},
padding: {
top: 8
}, },
readOnly: false, readOnly: false,
scrollbar: { scrollbar: {
horizontalSliderSize: 10, horizontalSliderSize: 10,
verticalSliderSize: 10 verticalSliderSize: 10,
}, },
showFoldingControls: "always", showFoldingControls: "always",
wordWrap: "on", wordWrap: "on",
} };