mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 15:26:33 +00:00
style(editor): format code style for consistency
This commit is contained in:
parent
d89a45daa8
commit
398928d933
@ -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",
|
||||||
}
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user