lbry-react-native/.prettierrc.json

6 lines
73 B
JSON
Raw Normal View History

2019-07-09 02:54:32 +02:00
{
"trailingComma": "es5",
"printWidth": 120,
"singleQuote": true
}