1 Star 0 Fork 83

jerry.hao/Discuz-Q-uniapp

forked from Discuz/Discuz-Q-uniapp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.prettierrc.js 474 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
// 声明结尾使用分号(默认true)
semi: true,
// 是否使用尾逗号,三个可选之’<none/es5/all>'
trailingComma: 'all',
// 字符串是否使用单引号。默认 false 使用双引号
singleQuote: true,
// 一行的字符数,如果超过会进行换行。默认 80
printWidth: 100,
// tab 使用 2 个空格
tabWidth: 2,
htmlWhitespaceSensitivity: 'ignore',
endOfLine: 'auto',
ignorePath: '.prettierignore',
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/haojianyun/Discuz-Q-uniapp.git
[email protected]:haojianyun/Discuz-Q-uniapp.git
haojianyun
Discuz-Q-uniapp
Discuz-Q-uniapp
master

搜索帮助