1 Star 0 Fork 146

dengshenkk/uniapp-vue3-vite-ts-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.prettierrc.cjs 616 Bytes
一键复制 编辑 原始数据 按行查看 历史
佚名程序员 提交于 2023-03-15 09:07 . style: 换行改为CRLF
//////////////////////////////////////////////////////////////////
// 官网参考:https://prettier.io/docs/en/options.html#tab-width //
////////////////////////////////////////////////////////////////
module.exports = {
/**.pellerrc 的架构 */
$schema: 'https://json.schemastore.org/prettierrc',
/**在所有代码语句的末尾添加分号 */
semi: true,
/**使用 4 个空格缩进 */
tabWidth: 4,
/**每行最多 160 字符 */
printWidth: 160,
/**指定文件的结尾换行符 */
endOfLine: 'auto',
/**使用单引号代替双引号 */
singleQuote: true,
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dengshen/uniapp-vue3-vite-ts-template.git
git@gitee.com:dengshen/uniapp-vue3-vite-ts-template.git
dengshen
uniapp-vue3-vite-ts-template
uniapp-vue3-vite-ts-template
master

搜索帮助