1 Star 0 Fork 64

Oo小刚oO / led

forked from qwdingyu / led 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.prettierrc.js 641 Bytes
一键复制 编辑 原始数据 按行查看 历史
qwdingyu 提交于 2023-02-02 14:33 . init
// https://prettier.io/docs/en/options.html
module.exports = {
printWidth: 180, // 换行字符串阈值
semi: true, // 句末加分号
singleQuote: true, // 用单引号
trailingComma: 'es5', // 最后一个对象元素加逗号 对象尾随逗号 [arr, ] { obj, } none
bracketSpacing: true, // 对象,数组加空格{ foo: bar }, false=> {foo:bar}
jsxBracketSameLine: false, // jsx > 是否另起一行 <Test></Test>
arrowParens: 'avoid', // 箭头函数是否省略括号 (x) => {} 是否要有小括号
requirePragma: false, // 是否要注释来决定是否格式化代码
proseWrap: 'preserve' // 是否要换行
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/coolwhg/led.git
git@gitee.com:coolwhg/led.git
coolwhg
led
led
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891