1 Star 0 Fork 113

wangpeng2313/dax-pay-ui

forked from Bootx/dax-pay-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.prettierrc.cjs 776 Bytes
一键复制 编辑 原始数据 按行查看 历史
喵呀 提交于 2024-07-02 09:18 . style 代码格式配置
module.exports = {
tabWidth: 2, //指定每个缩进级别的空格数
printWidth: 100, //超过多少换行
semi: false, //行位是否使用分号
vueIndentScriptAndStyle: true, // vue文件的script标签和Style标签下的内容需要缩进
singleQuote: true, // 强制使用单引号
trailingComma: 'all', // 尾部逗号设置, 强制最后一行也要有斗号
proseWrap: 'never', // 文章换行,默认情况下会对你的markdown文件换行进行format会控制在printwidth以内
htmlWhitespaceSensitivity: 'strict', // html中的空格敏感性
endOfLine: 'lf', // 行尾换行符,默认是lf
plugins: ['prettier-plugin-packagejson'],
overrides: [
{
files: '.*rc',
options: {
parser: 'json',
},
},
],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wangpeng2313/dax-pay-ui.git
[email protected]:wangpeng2313/dax-pay-ui.git
wangpeng2313
dax-pay-ui
dax-pay-ui
multi

搜索帮助

0d507c66 1850385 C8b1a773 1850385