2 Star 32 Fork 5

徐鹏飞 / PhpWebStudy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.js 468 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
printWidth: 100,
tabWidth: 2,
useTabs: false,
semi: false, // 未尾逗号
vueIndentScriptAndStyle: true,
singleQuote: true, // 单引号
quoteProps: 'as-needed',
bracketSpacing: true,
trailingComma: 'none', // 未尾分号
jsxBracketSameLine: false,
jsxSingleQuote: false,
arrowParens: 'always',
insertPragma: false,
requirePragma: false,
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'lf'
}
1
https://gitee.com/X250881478/BuildPhp.git
git@gitee.com:X250881478/BuildPhp.git
X250881478
BuildPhp
PhpWebStudy
master

搜索帮助