Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.prettierrc.js 457 Bytes
Copy Edit Raw Blame History
devin authored 2021-02-24 18:02 . feat(*): 新增icon链接
/*
* @Overview : prettier config
* @Author : Zi Jun
* @Email : zijun2030@163.com
* @Date : 2021-02-20 09:04:22
* @LastEditTime : 2021-02-24 17:58:34
* @LastEditors : Zi Jun
* @FilePath : \simple-vite\.prettierrc.js
* @Mark : Do not edit
*/
module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 100,
tabWidth: 2,
useTabs: true,
endOfLine: 'auto',
bracketSpacing: true,
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化