elm-pages/.prettierrc
2021-07-10 07:53:14 -07:00

7 lines
101 B
Plaintext

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