Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.prettierrc 180 Bytes
Copy Edit Raw Blame History
wyp0712 authored 2023-02-27 11:32 . feat(json): 更新配置文件
{
"useTabs": false,
"tabWidth": 2,
"printWidth": 80,
"singleQuote": true,
"trailingComma": "none",
"semi": false,
"jsxSingleQuote": true,
"arrowParens": "always"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化