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

{
    "jsxSingleQuote": true,
    "semi": false,
    "singleQuote": true,
    "tabWidth": 4,
    "useTabs": true,    
    "proseWrap": "always",
    "printWidth": 150
}

猜你喜欢

转载自www.cnblogs.com/sw-3/p/12048178.html
今日推荐