45 Star 109 Fork 82

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',
};
JavaScript
1
https://gitee.com/Discuz/Discuz-Q-uniapp.git
git@gitee.com:Discuz/Discuz-Q-uniapp.git
Discuz
Discuz-Q-uniapp
Discuz-Q-uniapp
master

搜索帮助