lbry-desktop/.prettierrc.json

6 lines
73 B
JSON
Raw Normal View History

2017-12-20 16:36:03 +01:00
{
"trailingComma": "es5",
2019-05-07 04:35:04 +02:00
"printWidth": 120,
"singleQuote": true
2019-05-07 04:35:04 +02:00
}