AFFiNE/.prettierrc

7 lines
103 B
Plaintext
Raw Normal View History

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