ipfs/.prettierrc

6 lines
94 B
Plaintext
Raw Permalink Normal View History

2019-10-20 01:40:55 +02:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2
}