aboutsummaryrefslogtreecommitdiffstats
path: root/.prettierrc
blob: 58a17fac220c287535d768ef151b8b2b943075d3 (plain) (blame)
1
2
3
4
5
6
{
    "tabWidth": 4,
    "printWidth": 120,
    "trailingComma": all,
    "singleQuote": true
}