浏览代码

chore: add Prettier config (for Markdown, JSON)

main
AJ ONeal 2 年前
父节点
当前提交
ba52e17003
找不到此签名对应的密钥 GPG 密钥 ID: 562702827EF68D87
  1. 6
      .prettierrc.json

6
.prettierrc.json

@ -0,0 +1,6 @@
{
"printWidth": 80,
"tabWidth": 4,
"singleQuote": false,
"proseWrap": "always"
}
正在加载...
取消
保存