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