1 Star 0 Fork 303

中元 / smart-flow-design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.js 425 Bytes
一键复制 编辑 原始数据 按行查看 历史
GunsFlow 提交于 2022-04-20 19:39 . 第一次提交
module.exports = {
printWidth: 180,
tabWidth: 2,
useTabs: false,
semi: true,
vueIndentScriptAndStyle: true,
singleQuote: true,
quoteProps: 'as-needed',
bracketSpacing: true,
trailingComma: 'all',
jsxBracketSameLine: false,
jsxSingleQuote: false,
arrowParens: 'always',
insertPragma: false,
requirePragma: false,
proseWrap: 'never',
htmlWhitespaceSensitivity: 'ignore',
endOfLine: 'auto',
};
JavaScript
1
https://gitee.com/itmrlu/smart-flow-design.git
git@gitee.com:itmrlu/smart-flow-design.git
itmrlu
smart-flow-design
smart-flow-design
master

搜索帮助