1 Star 0 Fork 2

weiye/大文件上传

forked from 王建华/大文件上传 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.prettierrc.js 669 Bytes
一键复制 编辑 原始数据 按行查看 历史
王建华 提交于 2024-04-26 09:52 . 第一次提交
module.exports = {
printWidth: 100, //一行的字符数,如果超过会进行换行,默认为80
tabWidth: 2, //一个tab代表几个空格数
useTabs: false, //是否使用tab进行缩进,默认为false,表示用空格进行缩减
singleQuote: true, //字符串是否使用单引号,默认为false,使用双引号
semi: false, //行位是否使用分号,默认为true
trailingComma: 'none', //是否使用尾逗号,有三个可选值"<none|es5|all>"
bracketSpacing: true, //对象大括号直接是否有空格,默认为true,效果:{ foo: bar }
arrowFunctionParentheses: true // 箭头函数的参数是否需要被括号包裹
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Tayun1/large-file-upload.git
git@gitee.com:Tayun1/large-file-upload.git
Tayun1
large-file-upload
大文件上传
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385