1 Star 0 Fork 0

吕志超/card-vite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
prettierrc.ts 614 Bytes
一键复制 编辑 原始数据 按行查看 历史
吕志超 提交于 2024-08-28 22:12 . feat: 代码规范
export const obj = {
printWidth: 100, // 一行的字符数,如果超过会进行换行,默认为80
tabWidth: 2, // 一个 tab 代表几个空格数,默认为 2 个
useTabs: false, // 是否使用 tab 进行缩进,默认为false,表示用空格进行缩减
singleQuote: true, // 字符串使用单引号
semi: true, // 行尾不使用分号
trailingComma: 'none', // 是否使用尾逗号
htmlWhitespaceSensitivity: 'strict', // HTML空白敏感度
bracketSpacing: true, // 对象大括号直接是否有空格,默认为 true,效果:{ a: 1 }
proseWrap: 'never' // 换行设置
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hellow-world-lzc/card-vite.git
git@gitee.com:hellow-world-lzc/card-vite.git
hellow-world-lzc
card-vite
card-vite
master

搜索帮助