ipfs/.prettierrc

6 lines
94 B
Plaintext
Raw Normal View History

2019-10-16 17:02:04 +02:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2
}