3 Star 1 Fork 3

DNF计算器 / Web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.js 646 Bytes
一键复制 编辑 原始数据 按行查看 历史
知月 提交于 2021-12-29 02:29 . !1Initial commit
/**
* @format
* @Author: Kritsu
* @Date: 2021/11/17 16:07:22
* @Last Modified by: Kritsu
* @Last Modified time: 2021/11/17 18:43:27
*/
module.exports = {
printWidth: 200,
tabWidth: 4,
useTabs: false,
semi: false, // 未尾逗号
vueIndentScriptAndStyle: true,
singleQuote: false, // 单引号
quoteProps: "as-needed",
bracketSpacing: true,
trailingComma: "none", // 未尾分号
jsxBracketSameLine: false,
jsxSingleQuote: false,
arrowParens: "avoid",
insertPragma: false,
requirePragma: false,
proseWrap: "never",
htmlWhitespaceSensitivity: "strict",
endOfLine: "lf"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dcalc/dcalc.git
git@gitee.com:dcalc/dcalc.git
dcalc
dcalc
Web
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891