AFFiNE/.prettierrc
2022-07-22 15:49:21 +08:00

7 lines
103 B
Plaintext

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