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