Appearance
https://microsoft.github.io/monaco-editor/docs.html#interfaces/languages.FormattingOptions.html
用于格式化模型的接口
interface FormattingOptions { insertSpaces: boolean; tabSize: number; }
boolean
number