summary refs log tree commit diff
path: root/.prettierrc
blob: 1491ea5a915780dd9cdb5b2a390ac34607465baa (plain)
1
2
3
4
5
6
7
8
{
    "trailingComma": "es5",
    "tabWidth": 4,
    "semi": true,
    "singleQuote": false,
    "printWidth": 9999,
    "endOfLine": "lf"
}