1 Star 0 Fork 1

BigBao / danmu.js

forked from Bytedance Inc. / danmu.js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.prettierrc.js 854 Bytes
一键复制 编辑 原始数据 按行查看 历史
// You can rename this file with name ".prettierrc.js" and
// place it into the root directory of your project.
// https://prettier.io/docs/en/options.html
module.exports = {
printWidth: 120,
tabWidth: 2,
useTabs: false,
semi: false,
singleQuote: true,
trailingComma: 'none',
jsxSingleQuote: false,
jsxBracketSameLine: false,
arrowParens: 'always',
rangeStart: 0,
rangeEnd: Infinity,
bracketSpacing: true,
requirePragma: false,
insertPragma: false,
proseWrap: 'preserve',
htmlWhitespaceSensitivity: 'css',
endOfLine: 'auto',
overrides: [
{
files: ['**/*.less'],
options: {
tabWidth: 2,
useTabs: false,
singleQuote: false
}
},
{
files: ['**/*.yml'],
options: {
tabWidth: 2,
useTabs: false,
singleQuote: false
}
}
]
}
1
https://gitee.com/gfsmxn/danmu.js.git
git@gitee.com:gfsmxn/danmu.js.git
gfsmxn
danmu.js
danmu.js
main

搜索帮助