platypush-webext/.prettierrc

6 lines
79 B
Plaintext
Raw Normal View History

2020-06-12 01:03:46 +02:00
{
"singleQuote": true,
"printWidth": 180,
"trailingComma": "es5"
}