export default { singleQuote: false, // 使⽤单引号 semi: true, // 句末分号 tabWidth: 2, // 缩进⻓度 trailingComma: "none", // 末尾逗号 useTabs: false, // 使用空格缩进 endOfLine: "auto" // 换⾏符 };