1 Star 0 Fork 2.3K

龍呈祥 / jeecgboot-vue-52kfz

forked from JEECG / jeecgboot-vue3 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.js 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
JEECG 提交于 2022-09-22 14:05 . 代码格式化格式调整
module.exports = {
printWidth: 150,
tabWidth: 2,
useTabs: false,
semi: true, //语句末尾使用分号
vueIndentScriptAndStyle: true,
singleQuote: true, // 使用单引号
quoteProps: 'as-needed',
bracketSpacing: true,
trailingComma: 'es5',
jsxBracketSameLine: false,
jsxSingleQuote: false,
arrowParens: 'always',
insertPragma: false,
requirePragma: false,
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
rangeStart: 0,
};
JavaScript
1
https://gitee.com/android88/jeecgboot-vue-52kfz.git
git@gitee.com:android88/jeecgboot-vue-52kfz.git
android88
jeecgboot-vue-52kfz
jeecgboot-vue-52kfz
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891