lbry-redux/.prettierrc.json

6 lines
73 B
JSON
Raw Normal View History

2018-04-05 04:57:29 +02:00
{
"trailingComma": "es5",
"printWidth": 100,
"singleQuote": true
}