bitque/react-client/.prettierrc

6 lines
73 B
Plaintext
Raw Normal View History

2020-03-28 21:41:16 +01:00
{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all"
}