4 Star 17 Fork 6

VisActor / VTable

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.prettierrc.js 388 Bytes
一键复制 编辑 原始数据 按行查看 历史
// Documentation for this file: https://prettier.io/en/configuration.html
module.exports = {
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid",
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",
"endOfLine": "auto"
};
TypeScript
1
https://gitee.com/VisActor/VTable.git
git@gitee.com:VisActor/VTable.git
VisActor
VTable
VTable
develop

搜索帮助