docusaurus/examples/facebook/.prettierrc
2022-01-15 16:33:09 +08:00

9 lines
177 B
Text

{
"arrowParens": "always",
"bracketSameLine": true,
"bracketSpacing": false,
"printWidth": 80,
"proseWrap": "never",
"singleQuote": true,
"trailingComma": "all"
}