setting.json
"editor.defaultFormatter": "esbenp.prettier-vscode",
.prettierrc
{
"printWidth": 100,
"arrowPa......
setting.json
"editor.defaultFormatter": "esbenp.prettier-vscode",
.prettierrc
{
"printWidth": 100,
"arrowPa......
格式<type>(<scope>): <subject>
type 必须
用于说明 commit 的类别,只允许使用下面7个标识。
feat:新功能(feature)fix:修补bugdocs:文档(documentation)style: 格式(不影响......