3 Star 0 Fork 0

KittySnow/space-front

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.prettierrc.js 618 Bytes
一键复制 编辑 原始数据 按行查看 历史
KittySnow 提交于 2023-03-29 18:49 . init
/*
* @Description:
* @Author:
* @Date: 2022-03-25 16:13:41
* @LastEditTime: 2022-03-28 08:58:57
*/
module.exports = {
"printWidth": 200,
"tabWidth": 2,
"singleQuote": true, // 使用单引号而不是双引号
"useTabs": true,
"semi": true, // 在每个语句的末尾添加分号
"vueIndentScriptAndStyle": true, //缩进Vue文件中
"quoteProps": "preserve", //对象中的属性
"trailingComma": "none", // 多行时尽可能打印尾随逗号<none|es5|all>
"arrowParens": "avoid", // 在单个箭头函数参数周围加上括号<avoid|always>
"endOfLine": "auto"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/KittySnow/space-front.git
git@gitee.com:KittySnow/space-front.git
KittySnow
space-front
space-front
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385