1 Star 3 Fork 0

欲饮琵琶码上催 / quicktab

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.mjs 582 Bytes
一键复制 编辑 原始数据 按行查看 历史
export default {
//字符串格式单引号 true:启用 https://prettier.io/docs/en/options#quotes
singleQuote: true,
//在语句末尾打印分号 false:不启用
semi: false,
// 对象两边是否要保持空格 true:保持 false:不保持
bracketSpacing: true,
// 行尾规则 auto:维护现有的行结尾 https://prettier.io/docs/en/options#end-of-line
endOfLine: "auto",
//尾随逗号 all:尽可能使用尾随逗号 https://prettier.io/docs/en/options#trailing-commas
trailingComma: "all",
//缩进占两个tab
tabWidth: 2
};
1
https://gitee.com/ajiho/quicktab.git
git@gitee.com:ajiho/quicktab.git
ajiho
quicktab
quicktab
master

搜索帮助