blog/.prettierrc
2021-08-23 11:29:56 +08:00

12 lines
216 B
Plaintext

{
"bracketSpacing": true,
"jsxBracketSameLine": true,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"jsxSingleQuote": false,
"trailingComma": "all",
"arrowParens": "always"
}