AFFiNE/.prettierrc
2023-04-13 20:30:18 +00:00

7 lines
95 B
Plaintext

{
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"arrowParens": "avoid"
}