mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +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,
|
||||
matchBrackets: "always",
|
||||
minimap: {
|
||||
enabled: false
|
||||
},
|
||||
padding: {
|
||||
top: 8
|
||||
enabled: false,
|
||||
},
|
||||
readOnly: false,
|
||||
scrollbar: {
|
||||
horizontalSliderSize: 10,
|
||||
verticalSliderSize: 10
|
||||
verticalSliderSize: 10,
|
||||
},
|
||||
showFoldingControls: "always",
|
||||
wordWrap: "on",
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user