大飞_dafei

导航

vscode Prettier配置

vscode Prettier配置

.prettierrc.json 配置文件

{
  "semi": false,
  "singleQuote": true,
  "printWidth": 120,
  "tabWidth": 2,
  "useTabs": false,
  "trailingComma": "none",
  "arrowParens": "avoid",
  "vueIndentScriptAndStyle": true,
  "endOfLine": "auto",
  "proseWrap": "never",
  "htmlWhitespaceSensitivity": "strict"
}

vscode 中配置

其他参考地址01

 

posted on 2025-03-20 13:58  大飞_dafei  阅读(59)  评论(0)    收藏  举报