关于vscode扩展Prettier - Code formatter的配置(项目根目录)

{
    "jsxSingleQuote": true,
    "semi": false,
    "singleQuote": true,
    "tabWidth": 4,
    "useTabs": true,    
    "proseWrap": "always",
    "printWidth": 150
}
posted @ 2019-12-16 11:22  志远丶  阅读(2470)  评论(0编辑  收藏  举报