8 Star 3 Fork 7

OpenHarmony-SIG / website

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.js 396 Bytes
一键复制 编辑 原始数据 按行查看 历史
Robert 提交于 2021-09-21 03:10 . first commit
module.exports = {
printWidth: 100,
tabWidth: 2,
useTabs: false,
semi: true,
vueIndentScriptAndStyle: true,
singleQuote: true,
quoteProps: 'as-needed',
bracketSpacing: true,
trailingComma: 'all',
jsxSingleQuote: false,
arrowParens: 'always',
insertPragma: false,
requirePragma: false,
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
};
1
https://gitee.com/openharmony-sig/website.git
git@gitee.com:openharmony-sig/website.git
openharmony-sig
website
website
master

搜索帮助