1 Star 1 Fork 1

VisActor/VRender

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.prettierrc.js 386 Bytes
一键复制 编辑 原始数据 按行查看 历史
XinYu Zhou 提交于 2023-06-05 18:58 +08:00 . feat: init
// Documentation for this file: https://prettier.io/en/configuration.html
module.exports = {
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid",
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",
"endOfLine": "lf"
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/VisActor/VRender.git
git@gitee.com:VisActor/VRender.git
VisActor
VRender
VRender
develop

搜索帮助