stream/.prettierrc
2021-03-05 13:17:51 +01:00

6 lines
85 B
Plaintext

{
"singleQuote": true,
"trailingComma": "es5",
"semi": false,
"tabWidth": 2
}