lbry-redux/.prettierrc.json

5 lines
72 B
JSON
Raw Normal View History

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