3 Star 0 Fork 0

mirrors_hyperledger/iroha-2-docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.prettierrc.js 654 Bytes
一键复制 编辑 原始数据 按行查看 历史
// eslint-disable-next-line no-undef
module.exports = {
printWidth: 120,
tabWidth: 2,
useTabs: false,
semi: false,
singleQuote: true,
quoteProps: 'as-needed',
jsxSingleQuote: false,
trailingComma: 'all',
bracketSpacing: true,
arrowParens: 'always',
rangeStart: 0,
rangeEnd: Infinity,
requirePragma: false,
insertPragma: false,
proseWrap: 'preserve',
htmlWhitespaceSensitivity: 'css',
vueIndentScriptAndStyle: false,
endOfLine: 'lf',
embeddedLanguageFormatting: 'auto',
overrides: [
{
files: ['./src/**/*.md'],
options: {
printWidth: 75,
proseWrap: 'always',
},
},
],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_hyperledger/iroha-2-docs.git
git@gitee.com:mirrors_hyperledger/iroha-2-docs.git
mirrors_hyperledger
iroha-2-docs
iroha-2-docs
main

搜索帮助