1 Star 16 Fork 5

晓凹凸曼 / push-markdown

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.js 623 Bytes
一键复制 编辑 原始数据 按行查看 历史
晓凹凸曼 提交于 2021-11-20 19:34 . 正式v1.2.0
/*
* @Author: szx
* @Date: 2021-07-11 16:34:18
* @LastEditTime: 2021-11-20 18:47:45
* @Description:
* @FilePath: \push-markdown\prettier.config.js
*/
module.exports = {
printWidth: 200,
tabWidth: 2,
useTabs: false,
semi: true, // 末尾分号
vueIndentScriptAndStyle: true,
singleQuote: true, // 单引号
quoteProps: 'as-needed',
bracketSpacing: true,
trailingComma: 'none', // 末尾逗号
bracketSameLine: false,
jsxSingleQuote: false,
arrowParens: 'always',
insertPragma: false,
requirePragma: false,
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'crlf'
};
JavaScript
1
https://gitee.com/xaotuman/push-markdown.git
git@gitee.com:xaotuman/push-markdown.git
xaotuman
push-markdown
push-markdown
master

搜索帮助