lbryinc/.prettierrc.json

5 lines
72 B
JSON
Raw Normal View History

2018-07-03 12:29:14 +02:00
{
"trailingComma": "es5",
"printWidth": 100,
"singleQuote": true
}