elm-pages-v3-beta/.prettierrc

7 lines
101 B
Plaintext
Raw Permalink Normal View History

2021-07-10 17:53:14 +03:00
{
"endOfLine": "lf",
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}