prettier-config-standard-hfc
v1.0.1
Published
```json { "trailingComma": "none", "tabWidth": 2, "semi": false, "singleQuote": true, "jsxSingleQuote": true, "endOfLine": "lf", "printWidth": 120, "proseWrap": "never", "bracketSpacing": true, "arrowParens": "always" } ```
Downloads
1
Readme
prettier
配置
{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"endOfLine": "lf",
"printWidth": 120,
"proseWrap": "never",
"bracketSpacing": true,
"arrowParens": "always"
}