lbry-desktop/.prettierrc.json

6 lines
73 B
JSON
Raw Normal View History

2017-12-20 12:36:03 -03:00
{
"trailingComma": "es5",
2019-05-06 22:35:04 -04:00
"printWidth": 120,
"singleQuote": true
2019-05-06 22:35:04 -04:00
}