EditorAutoSurroundStrategy
原文链接
https://microsoft.github.io/monaco-editor/docs.html#types/editor.EditorAutoSurroundStrategy.html
自动换行引号和方括号的配置选项
ts
EditorAutoSurroundStrategy: "languageDefined" | "quotes" | "brackets" | "never"