aboutsummaryrefslogtreecommitdiffstats
path: root/.prettierrc
blob: e15442306517d0c2263db88db582ccf42180cb2a (plain)
1
2
3
4
5
6
7
{
    "useTabs": false,
    "tabWidth": 4,
    "printWidth": 160,
    "singleQuote": true,
    "trailingComma": "all"
}