49 Star 581 Fork 175

turnon / db-tutorial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.js 208 Bytes
一键复制 编辑 原始数据 按行查看 历史
turnon 提交于 2023-08-18 20:37 . feat: 更新配置
/**
* @see https://prettier.io/docs/en/options.html
* @see https://prettier.io/docs/en/configuration.html
*/
module.exports = {
tabWidth: 2,
semi: false,
singleQuote: true,
trailingComma: 'none'
}
Java
1
https://gitee.com/turnon/db-tutorial.git
git@gitee.com:turnon/db-tutorial.git
turnon
db-tutorial
db-tutorial
master

搜索帮助