lbry-redux/.prettierrc.json

7 lines
100 B
JSON
Raw Normal View History

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